-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
31 lines (29 loc) · 1.12 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
exportPattern("^[[:alpha:]]+")
## ## importFrom("lubridate",
## ## "hour","year","yday","leap_year",
## ## "day","month","minute","second")
## import("lubridate")
## ## importFrom("ggplot2",
## ## "ggplot","geom_bar","coord_polar","scale_x_discrete",
## ## "scale_fill_manual","theme","ggtitle","ylim","aes",
## ## "waiver","element_blank","labs")
## import("ggplot2")
## importFrom("raster",
## "rasterFromXYZ","projectRaster","projection","crs")
## importFrom("dismo",
## "gmap")
## importFrom("grDevices",
## "dev.cur", "dev.new", "dev.off", "dev.set",
## "jpeg", "rainbow", "rgb","colorRampPalette")
## importFrom("graphics",
## "abline", "axis", "filled.contour", "legend",
## "mtext", "par", "plot", "points", "polygon", "title")
## importFrom("stats",
## "IQR", "aggregate", "median", "quantile",
## "reshape", "sd", "xtabs")
## importFrom("utils",
## "read.table", "write.table")
## importFrom("sp",
## "CRS")
## importFrom("RColorBrewer",
## "brewer.pal")