-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.17 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
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
S3method(interleave,default)
S3method(interleave,unit)
export(GeomAreaZ)
export(GeomBarZ)
export(GeomContourFilledZ)
export(GeomContourZ)
export(GeomDensityZ)
export(GeomLine3d)
export(GeomPath3d)
export(GeomPointZ)
export(GeomPolygonZ)
export(GeomRectZ)
export(GeomRibbonZ)
export(GeomSegment3d)
export(GeomSphere3d)
export(GeomTextZ)
export(GeomTileZ)
export(StatContourFilledZ)
export(StatContourZ)
export(alpha)
export(darken_colour)
export(flip_data)
export(flipped_names)
export(geom_area_z)
export(geom_bar_z)
export(geom_contour_filled_z)
export(geom_contour_z)
export(geom_density_z)
export(geom_line_3d)
export(geom_path_3d)
export(geom_point_z)
export(geom_polygon_z)
export(geom_rect_z)
export(geom_ribbon_z)
export(geom_segment_3d)
export(geom_sphere_3d)
export(geom_text_z)
export(geom_tile_z)
export(gg_dep)
export(has_flipped_aes)
export(lighten_colour)
export(remove_missing)
export(scale_extrude_edge_alpha_manual)
export(scale_extrude_edge_colour_discrete)
export(scale_extrude_edge_colour_hue)
export(scale_extrude_edge_colour_manual)
export(scale_extrude_face_alpha_manual)
export(scale_extrude_face_fill_continuous)
export(scale_extrude_face_fill_discrete)
export(scale_extrude_face_fill_gradient)
export(scale_extrude_face_fill_gradient2)
export(scale_extrude_face_fill_gradientn)
export(scale_extrude_face_fill_hue)
export(scale_extrude_face_fill_manual)
export(scale_extrude_face_fill_viridis_c)
export(scale_extrude_face_fill_viridis_d)
export(scale_z_continuous)
export(scale_z_discrete)
export(scale_z_identity)
export(scale_z_ordinal)
export(scale_zend_continuous)
export(scale_zend_discrete)
export(scale_zend_ordinal)
export(should_stop)
export(stat_contour_filled_z)
export(stat_contour_z)
export(theme_ggrgl)
export(waiver)
import(ggplot2)
import(glue)
import(grid)
import(magick)
import(rlang)
import(scales)
import(snowcrash)
import(triangular)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(rgl,quads3d)
importFrom(rgl,segments3d)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,modifyList)