This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
164 lines (163 loc) · 4.08 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Generated by roxygen2: do not edit by hand
S3method(as.feature,character)
S3method(as.turf,centroid)
S3method(as.turf,feature)
S3method(as.turf,geo_list)
S3method(as.turf,geometrycollection)
S3method(as.turf,linestring)
S3method(as.turf,multilinestring)
S3method(as.turf,multipoint)
S3method(as.turf,multipolygon)
S3method(as.turf,point)
S3method(as.turf,polygon)
S3method(lawn_featurecollection,centroid)
S3method(lawn_featurecollection,character)
S3method(lawn_featurecollection,default)
S3method(lawn_featurecollection,feature)
S3method(lawn_featurecollection,featurecollection)
S3method(lawn_featurecollection,geo_list)
S3method(lawn_featurecollection,json)
S3method(lawn_featurecollection,linestring)
S3method(lawn_featurecollection,list)
S3method(lawn_featurecollection,multilinestring)
S3method(lawn_featurecollection,multipoint)
S3method(lawn_featurecollection,multipolygon)
S3method(lawn_featurecollection,point)
S3method(lawn_featurecollection,polygon)
S3method(print,feature)
S3method(print,featurecollection)
S3method(print,geometrycollection)
S3method(print,linestring)
S3method(print,multilinestring)
S3method(print,multipoint)
S3method(print,multipolygon)
S3method(print,point)
S3method(print,polygon)
S3method(type_sum,Date)
S3method(type_sum,POSIXt)
S3method(type_sum,array)
S3method(type_sum,character)
S3method(type_sum,default)
S3method(type_sum,factor)
S3method(type_sum,integer)
S3method(type_sum,logical)
S3method(type_sum,matrix)
S3method(type_sum,numeric)
S3method(view,character)
S3method(view,feature)
S3method(view,featurecollection)
S3method(view,geo_list)
S3method(view,json)
S3method(view,linestring)
S3method(view,list)
S3method(view,multilinestring)
S3method(view,multipoint)
S3method(view,point)
S3method(view,polygon)
export("%>%")
export(as.feature)
export(as.turf)
export(as_feature)
export(gr_point)
export(gr_polygon)
export(gr_position)
export(lawn_along)
export(lawn_area)
export(lawn_average)
export(lawn_bbox)
export(lawn_bbox_polygon)
export(lawn_bearing)
export(lawn_bezier)
export(lawn_boolean_clockwise)
export(lawn_boolean_contains)
export(lawn_boolean_crosses)
export(lawn_boolean_disjoint)
export(lawn_boolean_overlap)
export(lawn_boolean_pointonline)
export(lawn_boolean_within)
export(lawn_buffer)
export(lawn_center)
export(lawn_center_of_mass)
export(lawn_centroid)
export(lawn_circle)
export(lawn_collect)
export(lawn_collectionof)
export(lawn_combine)
export(lawn_concave)
export(lawn_convex)
export(lawn_coordall)
export(lawn_coordeach)
export(lawn_count)
export(lawn_destination)
export(lawn_deviation)
export(lawn_difference)
export(lawn_dissolve)
export(lawn_distance)
export(lawn_envelope)
export(lawn_explode)
export(lawn_extent)
export(lawn_feature)
export(lawn_featurecollection)
export(lawn_featureeach)
export(lawn_featureof)
export(lawn_filter)
export(lawn_flatten)
export(lawn_flip)
export(lawn_geometrycollection)
export(lawn_geosjontype)
export(lawn_getcoord)
export(lawn_hex_grid)
export(lawn_idw)
export(lawn_inside)
export(lawn_intersect)
export(lawn_isolines)
export(lawn_kinks)
export(lawn_line_distance)
export(lawn_line_offset)
export(lawn_line_slice)
export(lawn_line_slice_along)
export(lawn_linestring)
export(lawn_max)
export(lawn_median)
export(lawn_merge)
export(lawn_midpoint)
export(lawn_min)
export(lawn_multilinestring)
export(lawn_multipoint)
export(lawn_multipolygon)
export(lawn_nearest)
export(lawn_planepoint)
export(lawn_point)
export(lawn_point_grid)
export(lawn_point_on_feature)
export(lawn_point_on_line)
export(lawn_polygon)
export(lawn_propeach)
export(lawn_pt2line_distance)
export(lawn_random)
export(lawn_remove)
export(lawn_rewind)
export(lawn_sample)
export(lawn_simplify)
export(lawn_square)
export(lawn_square_grid)
export(lawn_sum)
export(lawn_tag)
export(lawn_tesselate)
export(lawn_tin)
export(lawn_transform_rotate)
export(lawn_transform_scale)
export(lawn_transform_translate)
export(lawn_triangle_grid)
export(lawn_truncate)
export(lawn_union)
export(lawn_unkinkpolygon)
export(lawn_variance)
export(lawn_within)
export(type_sum)
export(view)
export(view_)
importFrom(V8,v8)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")