Description Usage Arguments Value Examples
View source: R/plotly_stackedtrace_cr_fbm_fbmw.R
Creates a plotly object showing how reinforcement is mobilised according to the FBM model with a discrete number of equal-width root diameter classes. Power-law relations for the root area ratio and tensile strength are assumed. The results are normalised by the Wu/Waldron (WWM) solution using the same classes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
drmin, drmax |
minumum and maximum root diameter in bundle (numeric scalar) |
betaF |
Load sharing coefficient (numeric scalar) |
tru0 |
tensile strength of root with reference diameter (in kPa) |
betat |
Power law coefficient for root diameter-root tensile strength fit (numeric scalar) |
phirt |
Total root area ratio in bundle (numeric scalar) |
betaphi |
Power law coefficient for root diameter-root area ratio fit (numeric scalar) |
kappa |
Weibull survival function shape parameter (numeric scalar) |
nc |
The number of discrete, equal-width root classes to use |
k |
Wu/Waldron factor accounting for root orientations at failure (numeric scalar, default 1.2) |
dr0 |
Reference diameter (numeric scalar, default 1.0) |
nround |
number of decimals used in rounding diameter classes in plot (default 2) |
xlim |
optional max limit for x-axis |
ylim |
optional max limit for y-axis |
show_legend |
if TRUE, shows legend |
hoverinfo_classes |
if TRUE, shows reinforcements for all root classes in hoverinfo information. If 'skip', this information is not shown and only information for the total reinforcement is displaced in the hoverinfo |
nsignif |
number of significant digits in plotly hover labels (integer scalar) |
plot_continuous |
if TRUE, also plot continuous solutions |
plot_classes |
if TRUE, the effect contibution of individual classes is added |
Plotly object
1 | plotly_stackedtrace_cr_fbm_fbmw(1, 5, 1, 10e3, -0.5, 0.01, -0.2, 4, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.