ggplot_bearingcapacityfactors: ggplot chart with foundation bearing capacity factors

View source: R/shallow_foundations.R

ggplot_bearingcapacityfactorsR Documentation

ggplot chart with foundation bearing capacity factors

Description

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

Usage

ggplot_bearingcapacityfactors(
  phi_deg = seq(0, 50, 1),
  ylim = c(1, 1000),
  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

palette

RCOlorBrewer color palette to use for line colors

Value

ggplot object

Examples

ggplot_bearingcapacityfactors()

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