psd_ternary_plot: Displays all the samples on a ternary plot

Description Usage Arguments Value See Also Examples

Description

Shows the sand-silt-clay percentages on a triangular graph

Usage

1
  psd_ternary_plot(my_data, cex = 0.75, col = "blue", ...)

Arguments

my_data

the data resulting from the get_data function

cex

number indicating the amount by which plotting text should be scaled relative to the default. Default here is 0.75.

col

colour to plot the samples. Default is blue. For other possible colour, type colours() at the console.

Value

a ternary sediment texture plot

See Also

get_data

Examples

1
2
my_data <- get_data()
 psd_ternary_plot(my_data)

benmarwick/au13uwgeoarchlab documentation built on May 12, 2019, 1:01 p.m.