forked from r-spatial/cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
export(add_labels)
export(add_lines)
export(add_markers)
export(add_points)
export(add_polygons)
export(add_raster)
export(cesium)
export(cesium_options)
export(color_bin)
export(color_factor)
export(color_numeric)
export(color_quantile)
export(czml_arc_type)
export(czml_arrow_material)
export(czml_bounding_rectangle)
export(czml_cartesian2)
export(czml_cartesian3)
export(czml_checkerboard_material)
export(czml_classification_type)
export(czml_color)
export(czml_dash_material)
export(czml_dist_display_cond)
export(czml_double)
export(czml_glow_material)
export(czml_grid_material)
export(czml_height_reference)
export(czml_horizontal_origin)
export(czml_image_material)
export(czml_integer)
export(czml_label_style)
export(czml_near_far_scalar)
export(czml_outline_material)
export(czml_shadow_mode)
export(czml_solid_material)
export(czml_string)
export(czml_stripe_material)
export(czml_stripe_orientation)
export(czml_url)
export(czml_vertical_origin)
export(eval_formula)
export(fa_icon)
export(fly_to)
export(interpolation_options)
export(label_options)
export(line_options)
export(marker_options)
export(path_options)
export(point_options)
export(polygon_options)
export(preview_colors)
export(set_clock)
export(set_view)
import(htmlwidgets)
import(sf)
import(stars)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)