-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 843 Bytes
/
Copy pathNAMESPACE
File metadata and controls
33 lines (32 loc) · 843 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
28
29
30
31
32
33
# Generated by roxygen2: do not edit by hand
export(ccrop_zoning)
export(download_terraclimate)
export(loadROI)
export(plot_ccrop_zoning)
export(see_brazil_biomes)
export(see_brazil_states)
export(tmax_calibration)
export(tmean)
export(tmean_monthly_stack)
export(tmin_calibration)
import(ncdf4)
import(sf)
import(terra)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(terra,classify)
importFrom(terra,na.omit)
importFrom(terra,tapp)
importFrom(tidyr,gather)
importFrom(utils,capture.output)