-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
60 lines (59 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(anomaly)
export(classify_index)
export(daily_clima)
export(firegram)
export(get_fire_danger_levels)
export(get_fire_season)
export(get_perc_risk_index)
export(get_percentile_map)
export(make_chiclet_chart)
export(mask_crop_subset)
export(mask_with_fuelmodel)
export(plot_chiclet_chart)
export(plot_pdf)
export(plot_percentile_map)
export(ranking)
export(read_risico_binary)
export(relative_humidity)
export(subset_datacube)
export(validate_fire_danger_levels)
export(vdi)
import(ggplot2)
import(ncdf4)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(raster,brick)
importFrom(raster,cellFromPolygon)
importFrom(raster,cellStats)
importFrom(raster,compareRaster)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,getData)
importFrom(raster,getZ)
importFrom(raster,intersect)
importFrom(raster,mask)
importFrom(raster,nlayers)
importFrom(raster,overlay)
importFrom(raster,plot)
importFrom(raster,raster)
importFrom(raster,rotate)
importFrom(raster,setZ)
importFrom(raster,stack)
importFrom(raster,t)
importFrom(raster,trim)
importFrom(reshape2,melt)
importFrom(rworldmap,getMap)
importFrom(scales,rescale)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(utils,tail)