Description Usage Arguments Value Examples
View source: R/calc_cru_wwmc.R
This function calculates the peak root reinforcement according to the Wu/Waldron model, assuming a continuous, power-law distribution of root area ratio across a range of root diameters
1 | calc_cru_wwmc(drmin, drmax, tru0, betat, phir0, betaphi, k = 1.2, dr0 = 1)
|
drmin, drmax |
minumum and maximum root diameter in bundle (numeric array) |
tru0 |
Tensile strength of root with reference diameter (numeric array) |
betat |
Power law coefficient for root diameter-root tensile strength fit (numeric array) |
phir0 |
Root area ratio of root with reference diameter (numeric array) |
betaphi |
Power law coefficient for root diameter-root area ratio fit (numeric array) |
k |
Wu/Waldron factor accounting for root orientations at failure (numeric scalar, default 1.2) |
dr0 |
Reference diameter (numeric scalar, default 1.0) |
numeric array with peak reinforcement preductions 'cru_wwmc'
1 | calc_cru_wwmc(1, 5, 10, -0.5, 0.01, -0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.