ggplot_classificationtriangle: ggplot classification triangle

View source: R/classification_triangle.R

ggplot_classificationtriangleR Documentation

ggplot classification triangle

Description

ggplot both parts of the BS classification triangle together into a single ggplot object

Usage

ggplot_classificationtriangle(
  gravel = 0,
  sand = 0,
  silt = 0,
  clay = 0,
  group = NULL
)

Arguments

gravel

mass of gravel for crosshair annotation

sand

mass of sand for crosshair annotation

silt

mass of silt for crosshair annotation

clay

mass of clay for crosshair annotation

group

grouping for crosshair annotation (label)

Value

a ggplot object

Examples

#empty chart
ggplot_classificationtriangle()

#example with annotations
ggplot_classificationtriangle(30,20,15,10)

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