Strate_CSR {MultiTraits} | R Documentation |
Calculate CSR (Competition-Stress-Ruderal) Strategy
Description
This function calculates the CSR strategy based on leaf traits.
Usage
Strate_CSR(LA, LDMC, SLA)
Arguments
LA |
Leaf area in mm^2 |
LDMC |
Leaf dry matter content in % |
SLA |
Specific leaf area in mm^2/mg |
Value
A list containing:
-
C
: Proportion of competition strategy -
S
: Proportion of stress-tolerance strategy -
R
: Proportion of ruderal strategy -
type
: Type of CSR strategy
References
Grime, J.P. (1974). Vegetation classification by reference to strategies. Nature, 250, 26–31.
Pierce, S., Negreiros, D., Cerabolini, B.E.L., Kattge, J., Díaz, S., et al. (2017). A global method for calculating plant CSR ecological strategies applied across biomes world-wide. Funct Ecol, 31: 444-457.
Examples
Strate_CSR(LA = 369615.7, LDMC = 25.2, SLA = 17.4)
[Package MultiTraits version 0.5.0 Index]