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