ggplot_fallcone: ggplotly plasticity fall cone chart: water content -...

View source: R/plasticity.R

ggplot_fallconeR Documentation

ggplotly plasticity fall cone chart: water content - penetration depth

Description

Plots a chart with measured water content versus fall cone penetration depth in a fall cone test. The best linear fit is plotted and the liquid limit (rounded) is indicated

Usage

ggplot_fallcone(
  w = c(9, 13, 16, 20),
  u = c(12, 17, 21, 25),
  nround = 0,
  palette = "Set1"
)

Arguments

w

measured water contents, in %

u

measured penetration depths, in mm

nround

number of decimals in rounded liquid limit

palette

RColorBrewer color palette to use for colors

Value

ggplot object

Examples

w = c(9, 13, 16, 20)
u = c(12, 17, 21, 25)
ggplot_fallcone(w, u, nround = 0)

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