forked from drGeorgeXenakis/FREddyPro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (27 loc) · 1000 Bytes
/
NAMESPACE
File metadata and controls
29 lines (27 loc) · 1000 Bytes
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
exportPattern("^[[:alpha:]]+")
importFrom("lubridate",
"hour","year","yday","leap_year",
"day","month","minute","second")
importFrom("ggplot2",
"ggplot","geom_bar","coord_polar","scale_x_discrete",
"scale_fill_manual","theme","ggtitle","ylim","aes",
"waiver","element_blank","labs")
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")