plotly_app_kkfbmc_kkfbmcw: Creates plotly for (normalised) mobilisation of FBMc and...

Description Usage Arguments Value Examples

View source: R/plotly_app_kkfbmc_kkfbmcw.R

Description

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.

Usage

1

Arguments

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)

Value

plotly object

Examples

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)

GJMeijer/FBMcw documentation built on Dec. 17, 2021, 9:23 p.m.