-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
81 lines (80 loc) · 2.1 KB
/
NAMESPACE
File metadata and controls
81 lines (80 loc) · 2.1 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
S3method(autoplot,Hidalgo)
S3method(autoplot,gride_bayes)
S3method(autoplot,gride_evolution)
S3method(autoplot,gride_mle)
S3method(autoplot,twonn_bayes)
S3method(autoplot,twonn_linfit)
S3method(autoplot,twonn_mle)
S3method(plot,Hidalgo)
S3method(plot,gride_bayes)
S3method(plot,gride_evolution)
S3method(plot,gride_mle)
S3method(plot,hidalgo_psm)
S3method(plot,mus)
S3method(plot,twonn_bayes)
S3method(plot,twonn_dec_by)
S3method(plot,twonn_dec_prop)
S3method(plot,twonn_linfit)
S3method(plot,twonn_mle)
S3method(print,Hidalgo)
S3method(print,gride_bayes)
S3method(print,gride_evolution)
S3method(print,gride_mle)
S3method(print,hidalgo_class)
S3method(print,hidalgo_psm)
S3method(print,mus)
S3method(print,mus_Nq)
S3method(print,summary.Hidalgo)
S3method(print,summary.gride_bayes)
S3method(print,summary.gride_mle)
S3method(print,summary.twonn_bayes)
S3method(print,summary.twonn_linfit)
S3method(print,summary.twonn_mle)
S3method(print,twonn_bayes)
S3method(print,twonn_dec_by)
S3method(print,twonn_dec_prop)
S3method(print,twonn_linfit)
S3method(print,twonn_mle)
S3method(summary,Hidalgo)
S3method(summary,gride_bayes)
S3method(summary,gride_mle)
S3method(summary,twonn_bayes)
S3method(summary,twonn_linfit)
S3method(summary,twonn_mle)
export(Hidalgo)
export(Swissroll)
export(autoplot)
export(clustering)
export(compute_mus)
export(credible_intervals)
export(dgera)
export(gride)
export(gride_evolution)
export(id_by_class)
export(initial_values)
export(posterior_means)
export(posterior_medians)
export(rgera)
export(twonn)
export(twonn_decimated)
export(twonn_decimation)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,ggplot)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(rlang,.data)
importFrom(stats,density)
importFrom(stats,ts)
useDynLib(intRinsic, .registration = TRUE)