-
Notifications
You must be signed in to change notification settings - Fork 35
/
NAMESPACE
97 lines (96 loc) · 2.72 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
# Generated by roxygen2: do not edit by hand
S3method(annotation_spatial,Raster)
S3method(annotation_spatial,SpatRaster)
S3method(annotation_spatial,bbox)
S3method(annotation_spatial,default)
S3method(annotation_spatial,stars)
S3method(df_spatial,Raster)
S3method(df_spatial,SpatRaster)
S3method(df_spatial,Spatial)
S3method(df_spatial,sf)
S3method(df_spatial,sfc)
S3method(df_spatial,sfc_GEOMETRY)
S3method(df_spatial,sfc_LINESTRING)
S3method(df_spatial,sfc_MULTILINESTRING)
S3method(df_spatial,sfc_MULTIPOINT)
S3method(df_spatial,sfc_MULTIPOLYGON)
S3method(df_spatial,sfc_POINT)
S3method(df_spatial,sfc_POLYGON)
S3method(df_spatial,stars)
S3method(ggplot_add,fixed_plot_aspect)
S3method(ggplot_build,gg_fixed_plot_aspect)
S3method(layer_spatial,Raster)
S3method(layer_spatial,SpatRaster)
S3method(layer_spatial,bbox)
S3method(layer_spatial,default)
S3method(layer_spatial,stars)
S3method(makeContent,geom_spatial_raster_lazy)
S3method(makeContent,geom_spatial_stars_lazy)
S3method(makeContent,geom_spatial_terra_lazy)
S3method(shadow_spatial,bbox)
S3method(shadow_spatial,default)
export(GeomMapTile)
export(GeomNorthArrow)
export(GeomScaleBar)
export(GeomSpatRaster)
export(GeomSpatialRaster)
export(GeomSpatialStars)
export(GeomSpatialXline)
export(StatSpatRaster)
export(StatSpatRasterAnnotation)
export(StatSpatRasterDf)
export(StatSpatialRaster)
export(StatSpatialRasterAnnotation)
export(StatSpatialRasterDf)
export(StatSpatialRect)
export(StatSpatialSegment)
export(StatSpatialStars)
export(StatSpatialStarsAnnotation)
export(StatSpatialStarsDf)
export(StatSpatialTile)
export(aes)
export(annotation_map_tile)
export(annotation_north_arrow)
export(annotation_scale)
export(annotation_spatial)
export(annotation_spatial_hline)
export(annotation_spatial_vline)
export(coord_sf)
export(df_spatial)
export(fixed_plot_aspect)
export(geom_polypath)
export(geom_sf)
export(geom_spatial_label)
export(geom_spatial_label_repel)
export(geom_spatial_path)
export(geom_spatial_point)
export(geom_spatial_polygon)
export(geom_spatial_rect)
export(geom_spatial_segment)
export(geom_spatial_text)
export(geom_spatial_text_repel)
export(geom_spatial_tile)
export(ggplot)
export(layer_spatial)
export(load_longlake_data)
export(north_arrow_fancy_orienteering)
export(north_arrow_minimal)
export(north_arrow_nautical)
export(north_arrow_orienteering)
export(shadow_spatial)
export(stat_spatial_identity)
export(waiver)
export(xy_transform)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,waiver)
importFrom(grid,makeContent)
importFrom(grid,unit)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(sf,st_zm)