strat_plot: Stratigraphic plot

Description Usage Arguments Value Examples

View source: R/strat_plot.R

Description

Create a plot showing tephra glass shard concentration against depth

Usage

1
strat_plot(data, ymin, ymax, concs, colour)

Arguments

data

A data frame containing glass shard concentration data

ymin

The lower depth of the sample

ymax

The upper depth of the sample

concs

Glass shard concentrations

colour

The variable which sets the plotting colour (e.g. ash fall)

Value

A plot of glass shard concentration against depth

Examples

1
plot <- strat_plot(data, Lower_m, Upper_m, Conc_sg, Fall);

amy-mcg/tephrochron documentation built on Dec. 13, 2020, 3:44 p.m.