View source: R/pile_foundations.R
ggplot_piletip_berezantsev | R Documentation |
Create a ggplot chart for pile tip bearing capacity factor Nq as function of angle of internal friction for a sandy soil, according to Berezantsev.
This function uses data from a digitised plot, so may not be 100
ggplot_piletip_berezantsev(palette = "Set1", phi = NULL, nround = 1)
palette |
RColorBrewer pallete for line colors |
phi |
list of angles of internal friction (in degrees) for which to plot crosshairs and show Nq values |
nround |
number of decimals to use in displayed Nq values in crosshairs |
ggplot object
#empty chart ggplot_piletip_berezantsev() #annotated chart ggplot_piletip_berezantsev(phi = 35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.