plotly_bearingcapacityfactors: Plotly chart with foundation bearing capacity factors

View source: R/shallow_foundations.R

plotly_bearingcapacityfactorsR Documentation

Plotly chart with foundation bearing capacity factors

Description

Creates an interactive plotly chart with the shallow foundation bearing capacity factors, varying with the angle of internal friction, according to EC7

Usage

plotly_bearingcapacityfactors(
  phi_deg = seq(0, 50, 1),
  ylim = c(1, 1000),
  nround = 1,
  palette = "Set1"
)

Arguments

phi_deg

array with all values for the angle of internal friction, in degrees (array)

ylim

2-value array with y-axis limits

nround

number of decimals to round angle and N values to

palette

RCOlorBrewer color palette to use for line colors

Value

plotly object

Examples

plotly_bearingcapacityfactors()

GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.