ggplot_piletip_berezantsev: ggplot Berezantsev's chart for pile tip bearing capacity...

View source: R/pile_foundations.R

ggplot_piletip_berezantsevR Documentation

ggplot Berezantsev's chart for pile tip bearing capacity factor

Description

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

Usage

ggplot_piletip_berezantsev(palette = "Set1", phi = NULL, nround = 1)

Arguments

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

Value

ggplot object

Examples

#empty chart
ggplot_piletip_berezantsev()

#annotated chart
ggplot_piletip_berezantsev(phi = 35)

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