View source: R/pile_foundations.R
ggplot_pileshaft_poulos | R Documentation |
Create a ggplot chart for Ks*tan(delta) factors for resistance along pile shafts in sand, according to Poulos
This function uses data from a digitised plot, so may not be 100
ggplot_pileshaft_poulos(palette = "Set1", phi = NULL, type = NULL, nround = 2)
palette |
RColorBrewer pallete for line colors |
phi |
value of angle of internal friction for crosshairs |
type |
pile type for crosshairs. Value should be'Bored', 'Driven' or 'Jacked' |
nround |
number of digits to use for rounding Ks*tan(delta) |
plotly object
#empty chart ggplot_pileshaft_poulos() #annotated chart ggplot_pileshaft_poulos(phi = 36, type = "Driven")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.