psd_stats: Summary statistics for particle size distributions

Description Usage Arguments Value See Also Examples

Description

Computes summary statistics for particle size distributions

Usage

1
  psd_stats(my_data, plot = TRUE, n = 3, ...)

Arguments

my_data

the data resulting from the get_data function

plot

logical. If TRUE, draws a plot. If FALSE you just get the data frame. Default is TRUE

n

integer. The number of clusters to identify in the data. Default is three.

Value

a data frame and if plot = TRUE, also a stratigraphic plot

See Also

get_data

Examples

1
2
3
my_data <- get_data()
 my_psd_stats <- psd_stats(my_data, plot = TRUE) # draws plot
 my_psd_stats <- psd_stats(my_data, plot = FALSE) # doesn't draw plot

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