ggplot_stress_giroud: ggplot Giroud's chart

View source: R/elastic_solutions.R

ggplot_stress_giroudR Documentation

ggplot Giroud's chart

Description

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

Usage

ggplot_stress_giroud(LB_inf = 1e+06, zB = NULL, LB = NULL, nround = 3)

Arguments

LB_inf

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

zB, LB

arrays with values for which to draw crosshairs. If these are specified, all Giroud'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_giroud()

#plot with annotation
ggplot_stress_giroud(zB = 1, LB = 1)

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