-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
33 lines (32 loc) · 934 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(cartogram_cont,SpatialPolygonsDataFrame)
S3method(cartogram_cont,sf)
S3method(cartogram_dorling,SpatialPolygonsDataFrame)
S3method(cartogram_dorling,sf)
S3method(cartogram_ncont,SpatialPolygonsDataFrame)
S3method(cartogram_ncont,sf)
export(cartogram)
export(cartogram_cont)
export(cartogram_dorling)
export(cartogram_ncont)
export(nc_cartogram)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(packcircles,circleRepelLayout)
importFrom(sf,"st_crs<-")
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_is_longlat)
importFrom(sf,st_point)
importFrom(sf,st_union)
importFrom(stats,quantile)