-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
88 lines (87 loc) · 2.14 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
export(TRI)
export(aoi)
export(ascii_to_tif)
export(bp3_dir_gen)
export(bp3_dirs)
export(burn_hrs)
export(combine_output)
export(density_ign)
export(distance_ign)
export(elev_grab)
export(fire_rate_distribution)
export(fuel_grid_generator)
export(hazard_legend)
export(hazard_mapping)
export(hazard_rast)
export(ign_grid)
export(mean_bp_classification)
export(spatdat_ign_layer)
export(spatdat_ign_rast)
export(spread_event_days)
export(tpi.bp3)
export(tpi_w)
export(wn_converter)
import(gbm)
import(ggplot2)
importFrom(MASS,kde2d)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(caret,downSample)
importFrom(caret,resamples)
importFrom(caret,rfFuncs)
importFrom(caret,rfe)
importFrom(caret,rfeControl)
importFrom(caret,train)
importFrom(caret,varImp)
importFrom(data.table,as.data.table)
importFrom(dismo,gbm.step)
importFrom(geojsonsf,geojson_sf)
importFrom(geosphere,daylength)
importFrom(plyr,ddply)
importFrom(plyr,ldply)
importFrom(plyr,rbind.fill)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(randomForest,tuneRF)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_is_empty)
importFrom(sf,st_make_valid)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(terra,app)
importFrom(terra,as.data.frame)
importFrom(terra,as.polygons)
importFrom(terra,cellFromXY)
importFrom(terra,cells)
importFrom(terra,classify)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,distance)
importFrom(terra,ext)
importFrom(terra,extend)
importFrom(terra,extract)
importFrom(terra,focal)
importFrom(terra,global)
importFrom(terra,mask)
importFrom(terra,merge)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,resample)
importFrom(terra,setValues)
importFrom(terra,terrain)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,writeRaster)