-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by roxygen2: do not edit by hand
S3method(as.array,ndp)
S3method(as.matrix,ndp)
S3method(assign_mode,ndp)
S3method(clustercb,ndp)
S3method(get_square_error,default)
S3method(green_loss,default)
S3method(groupvo,benvo)
S3method(nsamples,ndp)
S3method(plot,ndp)
S3method(plot_cluster_densities,ndp)
S3method(plot_global_density,ndp)
S3method(plot_pairs,default)
S3method(print,ndp)
S3method(print,summary.ndp)
S3method(summary,ndp)
S3method(traceplot,ndp)
export("%>%")
export(assign_mode)
export(bend)
export(beta_measure)
export(clustercb)
export(get_square_error)
export(green_loss)
export(green_loss_known)
export(green_loss_unknown)
export(groupvo)
export(normal_measure)
export(plot_cluster_densities)
export(plot_global_density)
export(plot_pairs)
export(rnhpp)
export(square_error)
export(traceplot)
import(RcppEigen)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(rstantools,nsamples)
importFrom(stats,formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_replace)
importFrom(utils,tail)
useDynLib(bendr, .registration = TRUE)