Description Usage Arguments Value Examples
View source: R/plotly_app_kkfbmc_kkfbmcw.R
This function generates a plotly object showing how root reinforcement is mobilised as function of reference strain for both the FBMc and FBMcw models. Reinforcements are normalised by the WWMc solution. Strain is defined as the current tensile strain in the reference root (dr=dr0) normalised by the tensile strain to failure in the reference root.
1 | plotly_app_kkfbmc_kkfbmcw(dt, nsignif = 3)
|
dt |
dataframe with fields for the normalised reference strain ('eps0rel'), the normalised reinforcement according to the FBMc model ('kk_fbmc') and the normalised reinforcement according to the FBMcw model ('kk_fbmcw'). |
nsignif |
number of significant digits in plotly hover labels (integer scalar) |
plotly object
1 2 3 4 5 6 | dt <- data.frame(
epsr0rel = seq(0, 1, l = 51),
kk_fbmc = seq(0, 1, l = 51)^2,
kk_fbmcw = seq(0, 1, l = 51)^0.5
)
plotly_app_kkfbmc_kkfbmcw(dt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.