-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method(animate,pixelmap)
S3method(view,anipixelmap)
S3method(view,bivkey)
S3method(view,bivmap)
S3method(view,emap)
S3method(view,glyphkey)
S3method(view,glyphmap)
S3method(view,palette)
S3method(view,pixelmap)
export(animate)
export(attach_key)
export(build_bkey)
export(build_bmap)
export(build_emap)
export(build_gkey)
export(build_gmap)
export(build_palette)
export(build_pmap)
export(findNbounds)
export(pdist)
export(pixelate)
export(read.uv)
export(view)
import("ggplot2")
import("patchwork")
import(sf)
import(stats)
importFrom("FRK","SpatialPolygonsDataFrame_to_df")
importFrom("PBSmapping","RGB2RYB")
importFrom("PBSmapping","RYB2RGB")
importFrom("animation","ani.options")
importFrom("animation","saveHTML")
importFrom("dplyr","%>%")
importFrom("dplyr","left_join")
importFrom("dplyr","rename")
importFrom("ggmap","make_bbox")
importFrom("grDevices","col2rgb")
importFrom("grDevices","colorRamp")
importFrom("grDevices","colorRampPalette")
importFrom("grDevices","colors")
importFrom("grDevices","colours")
importFrom("grDevices","rgb")
importFrom("graphics","plot")
importFrom("plyr","join")
importFrom("reshape2","melt")
importFrom("sp","coordinates")
importFrom("spbabel","sptable")
importFrom("stats","quantile")
importFrom("stats","rnorm")
importFrom("utils","read.csv")