plot_dates: Plot radiocarbon date data

Description Usage Arguments Value See Also Examples

Description

This function draws a depth-age plot from radiocarbon date data. You must already have connected to the Google sheet and imported the data into your R environment before running this function

Usage

1
  plot_dates(my_data, se = TRUE, ...)

Arguments

my_data

The data frame that resutled from running the get_data function

se

draw the standard error area in the plot? Default in TRUE. To turn off the shaded standard error area, use se=FALSE

Value

a plot

See Also

get_data

Examples

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

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