plot.echanges {ecochange} | R Documentation |
Visualize ecosystem changes
Description
This function can display level and box plots for objects from
rsp2ebv
, echanges
, or
sampleIndicator
.
Usage
## S3 method for class 'echanges'
plot(x, y, ...)
Arguments
x |
|
y |
|
... |
Graphical arguments:
|
Author(s)
Wilson Lara Henao <wilarhen@gmail.com> [aut, cre], Victor Gutierrez-Velez [aut], Ivan Gonzalez [ctb], Maria C. Londono [ctb]
Examples
## Brick with structural Essential Biodiversity Variables covering the
## extent of a location in the northern Amazon basin (Colombia):
path. <- system.file('amazon.grd',package = 'ecochange')
amazon <- brick(path.)
## Changes in layers of tree-canopy cover (TC) in the 'amazon'
## brick are computed:
def <- echanges(amazon, eco = 'TC',
change = 'lossyear',
eco_range = c(1,80),
get_unaffected = TRUE,
binary_output = FALSE,
mc.cores = 2)
plot.echanges(def)