-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
86 lines (76 loc) · 2.18 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
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
useDynLib(DataVisualizations, .registration=TRUE)
export(ABCbarplot)
export(BimodalityAmplitude)
export(CCDFplot)
export(ClassBoxplot)
export(ClassPDEplot)
export(ClassMDplot)
export(ClassErrorbar)
export(Classplot)
export(ClassBarPlot)
export(ClassPDEplotMaxLikeli)
export(Crosstable)
export(Choroplethmap)
export(CombineCols)
export(CombineRows)
export(cbind_fill)
export(rbind_fill)
export(DensityScatter)
export(DensityContour)
#export(DiagnosticAbility4Classifiers)
export(DualaxisLinechart)
export(DualaxisClassplot)
export(Fanplot)
export(GoogleMapsCoordinates)
export(Heatmap)
export(InspectDistances)
export(InspectBoxplots)
export(InspectVariable)
export(InspectScatterplots)
export(InspectStandardization)
export(InspectCorrelation)
export(JitterUniqueValues)
export(Meanrobust)
export(MAplot)
export(MDplot)
export(MDplot4multiplevectors)
export(Multiplot)
export(OptimalNoBins)
export(Pixelmatrix)
export(ParetoDensityEstimation)
export(ParetoRadius)
export(Piechart)
export(PDEplot)
export(PDEnormrobust)
export(Plot3D)
export(PlotGraph2D)
export(PlotProductratio)
export(PlotMissingvalues)
export(QQplot)
export(ROC)
export(Slopechart)
export(Sheparddiagram)
export(ShepardDensityScatter)
export(SignedLog)
export(Silhouetteplot)
export(stat_pde_density)
export(StatPDEdensity)
export(Stdrobust)
#export(SmoothedDensitiesXY)
export(RobustNormalization)
export(RobustNorm_BackTrafo)
export(Worldmap)
export(zplot) #wichtig fuer densityscatter package
import(ggplot2)
import(Rcpp)
import(RcppParallel)
importFrom("graphics", "hist", "title", "filled.contour", "axis", "barplot", "box", "boxplot", "grid",
"mtext", "par", "plot", "rect", "lines", "text", "pairs", "plot.new", "polygon", "pie",
"legend", "abline", "image", "layout", "points", "segments")
importFrom("grDevices", "rgb", "colorRampPalette","rainbow")
importFrom("sp", "SpatialPolygons", "plot")
importFrom("stats", "ecdf", "dist", "runif", "median", "quantile", "qqnorm", "end", "density", "lm",
"qnorm", "complete.cases", "na.omit", "cor", "dnorm", "sd", "anova", "qqplot", "residuals.lm",
"pnorm", "rnorm","ks.test", "qt")
importFrom("utils", "data", "head", "tail")
importFrom("stats", "aggregate")