Description Usage Arguments Value Examples
View source: R/plotly_stackedtrace_kk_fbmw.R
Creates a plotly object showing how reinforcement is mobilised according to the FBMw 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 |
drmin, drmax |
minumum and maximum root diameter in bundle (numeric array) |
betaF |
Load sharing coefficient (numeric array) |
betat |
Power law coefficient for root diameter-root tensile strength fit (numeric array) |
betaphi |
Power law coefficient for root diameter-root area ratio fit (numeric array) |
kappa |
Weibull survival function shape parameter (numeric scalar) |
nc |
The number of discrete, equal-width root classes to use (numeric integer) |
dr0 |
Reference diameter (numeric scalar, default 1.0) |
nround |
number of decimals used in rounding numbers shown in plot (numeric integer, 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 |
Plotly object
1 | plotly_stackedtrace_kk_fbmw(1, 5, 1, -0.5, -0.2, 4, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.