-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
export(ternary_axis)
export(ternary_box)
export(ternary_grid)
export(ternary_title)
export(triangle_phase_cas)
export(triangle_phase_ceramic)
export(triangle_soil_folk)
export(triangle_soil_hypres)
export(triangle_soil_shepard)
export(triangle_soil_usda)
exportMethods(coordinates_cartesian)
exportMethods(coordinates_ternary)
exportMethods(ternary_arrows)
exportMethods(ternary_confidence)
exportMethods(ternary_contour)
exportMethods(ternary_crosshairs)
exportMethods(ternary_density)
exportMethods(ternary_ellipse)
exportMethods(ternary_hull)
exportMethods(ternary_image)
exportMethods(ternary_labels)
exportMethods(ternary_lines)
exportMethods(ternary_mean)
exportMethods(ternary_pairs)
exportMethods(ternary_pca)
exportMethods(ternary_plot)
exportMethods(ternary_points)
exportMethods(ternary_polygon)
exportMethods(ternary_segments)
exportMethods(ternary_text)
exportMethods(ternary_tolerance)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,as.raster)
importFrom(grDevices,chull)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,contourLines)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,xyz.coords)
importFrom(graphics,arrows)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(methods,.valueClassTest)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(stats,as.dist)
importFrom(stats,optim)
importFrom(utils,combn)
importFrom(utils,modifyList)