-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (34 loc) · 918 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method(coef,gslope)
S3method(graph_plot,gslope)
S3method(plot,gslope)
S3method(summary,gslope)
export(ADMM_algorithm)
export(coef)
export(create_lambda)
export(graph_plot)
export(gslope)
export(plot)
export(prepare_lambda)
export(summary)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(igraph,clusters)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout.circle)
importFrom(igraph,plot.igraph)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,qt)
useDynLib(gslope, .registration = TRUE)