-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(contourPlot)
export(contourPlot2)
export(createBaseMap)
export(downloadBasemap)
export(importADSOBIN)
export(importRaster)
export(importSurferGrd)
export(plotAvgRad)
export(plotAvgTemp)
export(plotStabilityClass)
export(removeOutliers)
export(rollingMax)
export(stabilityClass)
export(vectorField)
import(ggplot2)
import(grid)
import(reticulate)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,geom_contour_filled)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,colorRampPalette)
importFrom(grid,rasterGrob)
importFrom(lubridate,parse_date_time)
importFrom(reshape2,melt)
importFrom(scales,breaks_width)
importFrom(scales,label_date)
importFrom(scales,label_math)
importFrom(scales,label_percent)
importFrom(stats,aggregate)
importFrom(stats,quantile)
importFrom(terra,as.data.frame)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,global)
importFrom(terra,mask)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,resample)
importFrom(terra,shift)
importFrom(terra,xmax)
importFrom(terra,xmin)
importFrom(terra,ymax)
importFrom(terra,ymin)
importFrom(utils,download.file)