forked from DOI-USGS/meddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.65 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
# Generated by roxygen2: do not edit by hand
S3method(as.attr_list,character)
S3method(as.attr_list,data.frame)
S3method(as.attr_list,list)
S3method(attr_names,Spatial)
S3method(attr_names,character)
S3method(attr_names,csvfile)
S3method(attr_names,data.frame)
S3method(attr_names,gzfile)
S3method(attr_names,sf)
S3method(attr_names,shapedir)
S3method(attr_names,shapefile)
S3method(attr_names,tsvfile)
S3method(attribute_skeleton,SpatialPointsDataFrame)
S3method(attribute_skeleton,SpatialPolygonsDataFrame)
S3method(attribute_skeleton,character)
S3method(attribute_skeleton,data.frame)
S3method(attribute_skeleton,file)
S3method(extract_feature,Spatial)
S3method(extract_feature,character)
S3method(extract_feature,sf)
S3method(extract_feature,sfc)
S3method(feature_bbox,Spatial)
S3method(feature_bbox,sf)
S3method(feature_bbox,sfc)
S3method(feature_count,Spatial)
S3method(feature_count,sf)
S3method(feature_count,sfc_LINESTRING)
S3method(feature_count,sfc_MULTILINESTRING)
S3method(feature_count,sfc_MULTIPOINT)
S3method(feature_count,sfc_MULTIPOLYGON)
S3method(feature_count,sfc_POINT)
S3method(feature_count,sfc_POLYGON)
S3method(feature_states,Spatial)
S3method(feature_states,sf)
S3method(feature_states,sfc)
S3method(feature_type,SpatialPoints)
S3method(feature_type,SpatialPolygons)
S3method(feature_type,sf)
S3method(feature_type,sfc_LINESTRING)
S3method(feature_type,sfc_MULTILINESTRING)
S3method(feature_type,sfc_MULTIPOINT)
S3method(feature_type,sfc_MULTIPOLYGON)
S3method(feature_type,sfc_POINT)
S3method(feature_type,sfc_POLYGON)
S3method(read_data,character)
S3method(read_data,csvfile)
S3method(read_data,gzfile)
S3method(read_data,shapedir)
S3method(read_data,shapefile)
S3method(read_data,tsvfile)
S3method(render,character)
S3method(render,list)
export(as.attr_list)
export(attr_names)
export(attribute_skeleton)
export(environment_metadata)
export(eval_content)
export(extract_feature)
export(feature_bbox)
export(feature_states)
export(read_attr_file)
export(read_data)
export(render)
export(write_attr_file)
import(spData)
importFrom(dataRetrieval,stateCdLookup)
importFrom(foreign,read.dbf)
importFrom(maps,map)
importFrom(methods,is)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_read)
importFrom(sp,bbox)
importFrom(sp,over)
importFrom(sp,proj4string)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,packageName)
importFrom(utils,read.table)
importFrom(utils,sessionInfo)
importFrom(utils,write.table)
importFrom(whisker,whisker.render)
importFrom(yaml,yaml.load_file)