plotly_stackedtrace_cr_fbm_fbmw: Plotly for normalised mobilisation of FBM reinforcement in...

Description Usage Arguments Value Examples

View source: R/plotly_stackedtrace_cr_fbm_fbmw.R

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
plotly_stackedtrace_cr_fbm_fbmw(
  drmin,
  drmax,
  betaF,
  tru0,
  betat,
  phirt,
  betaphi,
  kappa,
  nc,
  k = 1.2,
  dr0 = 1,
  nround = 2,
  xlim = NULL,
  ylim = NULL,
  show_legend = T,
  hoverinfo_classes = "skip",
  nsignif = 3,
  plot_continuous = TRUE,
  plot_classes = TRUE
)

Arguments

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

Value

Plotly object

Examples

1
plotly_stackedtrace_cr_fbm_fbmw(1, 5, 1, 10e3, -0.5, 0.01, -0.2, 4, 5)

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