View source: R/classification_triangle.R
ggplot_classificationtriangle | R Documentation |
ggplot both parts of the BS classification triangle together into a single ggplot object
ggplot_classificationtriangle( gravel = 0, sand = 0, silt = 0, clay = 0, group = NULL )
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) |
a ggplot object
#empty chart ggplot_classificationtriangle() #example with annotations ggplot_classificationtriangle(30,20,15,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.