forked from MiRoVaGo/pRecipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·73 lines (72 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(crop_data)
export(csi)
export(download_data)
export(download_e_obs)
export(far)
export(fldmean)
export(infoNC)
export(label)
export(muldpm)
export(nse)
export(pRecipe_masks)
export(plot_box)
export(plot_density)
export(plot_heatmap)
export(plot_line)
export(plot_map)
export(plot_summary)
export(plot_taylor)
export(pod)
export(remap)
export(saveNC)
export(subset_data)
export(tabular)
export(trend)
export(yearstat)
import(data.table)
import(doParallel)
import(foreach)
import(ggplot2)
import(ncdf4)
import(parallel)
import(sp)
importFrom(ggpubr,ggarrange)
importFrom(grDevices,dev.size)
importFrom(lubridate,days_in_month)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(openair,TaylorDiagram)
importFrom(raster,aggregate)
importFrom(raster,area)
importFrom(raster,as.data.frame)
importFrom(raster,brick)
importFrom(raster,calc)
importFrom(raster,cellStats)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,getValues)
importFrom(raster,getZ)
importFrom(raster,mask)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,res)
importFrom(raster,setZ)
importFrom(raster,subset)
importFrom(raster,xFromCol)
importFrom(raster,yFromRow)
importFrom(raster,zApply)
importFrom(scales,hue_pal)
importFrom(sf,read_sf)
importFrom(sf,st_bbox)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,quantile)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,tail)