ggplot_stress_fadum: ggplot Fadum's chart

View source: R/elastic_solutions.R

ggplot_stress_fadumR Documentation

ggplot Fadum's chart

Description

Plot Fadum's chart for the influence factors for a point underneath a corner of a rectagular uniform load

Usage

ggplot_stress_fadum(
  palette = NULL,
  Lz_inf = 1e+06,
  Bz = NULL,
  Lz = NULL,
  nround = 3
)

Arguments

palette

RColorBrewer color palette to use to more easily differentiate between lines.

Lz_inf

L/z value associated with a strip, i.e L/z –> infinity. Choose very large

Bz, Lz

arrays with values for which to draw crosshairs. If these are specified, all Fadum's lines are drawn as black, and the annotated crosshairs are plotted in color

nround

number of digits to use in rounding in crosshair labels

Value

ggplot object

Examples

#plot empty chart
ggplot_stress_fadum()

#plot with annotation
ggplot_stress_fadum(Bz = 1, Lz = 1)

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