-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
82 lines (81 loc) · 2.02 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
82
# Generated by roxygen2: do not edit by hand
S3method(.SetRegion,data.frame)
S3method(.SetRegion,list)
S3method(.SetRegion,matrix)
S3method(.SetRegion,ternRegion)
S3method(TernaryToXY,matrix)
S3method(TernaryToXY,numeric)
export(.SetRegion)
export(AddToHoldridge)
export(AddToTernary)
export(Annotate)
export(ColorTernary)
export(ColourTernary)
export(CoordinatesToXY)
export(GrowPolygon)
export(HoldridgeArrows)
export(HoldridgeBelts)
export(HoldridgeHypsometricCol)
export(HoldridgeLines)
export(HoldridgePlot)
export(HoldridgePoints)
export(HoldridgePolygon)
export(HoldridgeText)
export(HoldridgeToXY)
export(HorizontalGrid)
export(JoinTheDots)
export(OutsidePlot)
export(PolygonArea)
export(PolygonCenter)
export(PolygonCentre)
export(ReflectedEquivalents)
export(TernaryApp)
export(TernaryArrows)
export(TernaryContour)
export(TernaryCoords)
export(TernaryDensity)
export(TernaryDensityContour)
export(TernaryDownTiles)
export(TernaryLeftTiles)
export(TernaryLines)
export(TernaryPlot)
export(TernaryPointValues)
export(TernaryPoints)
export(TernaryPolygon)
export(TernaryRightTiles)
export(TernarySegments)
export(TernaryText)
export(TernaryTiles)
export(TernaryToXY)
export(TernaryUpTiles)
export(TernaryXRange)
export(TernaryYRange)
export(TriangleCentres)
export(TriangleInHull)
export(XYToHoldridge)
export(XYToPetPrec)
export(XYToTernary)
importFrom(PlotTools,GrowPolygon)
importFrom(PlotTools,SpectrumLegend)
importFrom(RcppHungarian,HungarianSolver)
importFrom(grDevices,chull)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,xy.coords)
importFrom(graphics,.filled.contour)
importFrom(graphics,arrows)
importFrom(graphics,contour)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(shiny,runApp)
importFrom(shiny,runGitHub)
importFrom(sp,point.in.polygon)
importFrom(stats,dnorm)
importFrom(stats,quantile)
importFrom(stats,var)