View source: R/elastic_solutions.R
ggplot_stress_giroud | R Documentation |
Plot Giroud's chart for the influence factors for a point underneath a corner of a rectagular uniform load
ggplot_stress_giroud(LB_inf = 1e+06, zB = NULL, LB = NULL, nround = 3)
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 |
ggplot object
#plot empty chart ggplot_stress_giroud() #plot with annotation ggplot_stress_giroud(zB = 1, LB = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.