ggplot_pileshaft_poulos: ggplot Poulos's chart for friction along pile in sand

View source: R/pile_foundations.R

ggplot_pileshaft_poulosR Documentation

ggplot Poulos's chart for friction along pile in sand

Description

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

Usage

ggplot_pileshaft_poulos(palette = "Set1", phi = NULL, type = NULL, nround = 2)

Arguments

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)

Value

plotly object

Examples

#empty chart
ggplot_pileshaft_poulos()

#annotated chart
ggplot_pileshaft_poulos(phi = 36, type = "Driven")

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