levexp | R Documentation |
Expansion or reduction of a numeric vector by matching its level names with the ecological factors of a multilevel ecological data series.
levexp(x, levels)
x |
|
levels |
|
numeric vector with expanded/reduced levels
.
Wilson Lara <wilarhen@gmail.com> [aut, cre] (<https://orcid.org/0000-0003-3527-1380>), Felipe Bravo <fbravo@pvs.uva.es> [aut] (<https://orcid.org/0000-0001-7348-6695>)
##Multilevel ecological data series of tree-ring widths:
data(Prings05,envir = environment())
## tree radii measured at 2003:
data(Pradii03,envir = environment())
## Releveling the tree radii
refs <- levexp(Pradii03,Prings05)
refs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.