-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
35 lines (34 loc) · 828 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(.demo_landscape)
export(acc_changes)
export(barplotLand)
export(chordDiagramLand)
export(contingencyTable)
export(intensityAnalysis)
export(netgrossplot)
export(plot)
export(sankeyLand)
export(summary_dir)
export(summary_map)
exportClasses(Category)
exportClasses(Interval)
exportClasses(Transition)
exportMethods(.input_rasters)
exportMethods(plot)
import(dplyr)
import(ggplot2)
import(methods)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(grid,gpar)
importFrom(grid,textGrob)
importFrom(gridExtra,grid.arrange)
importFrom(raster,brick)
importFrom(raster,compareRaster)
importFrom(raster,crosstab)
importFrom(raster,overlay)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,unstack)
importFrom(raster,values)