Description Usage Arguments Details Value Author(s) Examples
The function creates box plots of the resilience components resistance, recovery, resilience and relative resilience as produced by res.comp
for years identified as negative pointer years, as well as for selected years.
1 |
list.name |
a |
select.yr |
an |
multi.panel |
a |
The function makes a box plot for each resilience component showing the full range of variation for individual trees in negative pointer years (or selected years). Box plots are only created for years with nb.series
>= 5, as this value represents the number of statistics that a box plot represents in its' simplest form.
Four box plots.
Marieke van der Maaten-Theunissen and Ernst van der Maaten.
1 2 3 4 5 6 7 8 9 10 11 | ## Plot resilience components for all defined pointer years
# note: pointer years with < 5 series (here 1882) are not displayed (warning)
data(s033)
res <- res.comp(s033, nb.yrs = 4, res.thresh.neg = 40, series.thresh = 75)
res.plot(res, select.yr = NULL, multi.panel = TRUE)
## Plot resilience components for selected years
# note: inclusion of non-pointer years (here 2002) results in a warning
data(s033)
res <- res.comp(s033, nb.yrs = 4, res.thresh.neg = 40, series.thresh = 75)
res.plot(res, select.yr = c(1948, 1992, 2002), multi.panel = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.