plotly_stackedtrace_kk_fbmw: Plotly for normalised mobilisation of FBMw reinforcement in...

Description Usage Arguments Value Examples

View source: R/plotly_stackedtrace_kk_fbmw.R

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
plotly_stackedtrace_kk_fbmw(
  drmin,
  drmax,
  betaF,
  betat,
  betaphi,
  kappa,
  nc,
  dr0 = 1,
  nround = 2,
  xlim = NULL,
  ylim = NULL,
  show_legend = F,
  hoverinfo_classes = "skip"
)

Arguments

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

Value

Plotly object

Examples

1
plotly_stackedtrace_kk_fbmw(1, 5, 1, -0.5, -0.2, 4, 5)

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