plot_proxies | R Documentation |
Produce a plot of proxy values against calendar age.
plot_proxies(prox, errors = TRUE, proxcol = grey(0.5), revyr = TRUE)
prox |
Position of the proxy that should be plotted, e.g. |
errors |
Plot an error envelope. |
proxcol |
Colour of the error envelope. |
revyr |
Direction of the calendar scale ( |
Only works after running clam on the core using proxies=TRUE
. Requires a file containing the core depths as the first column,
and any proxy values on subsequent columns. Values should be separated by comma's. The file should be stored as a .csv file in the core's directory.
A plot of the age model function with proxies.
Maarten Blaauw
base_temp_dir <- tempdir()
clam_dir <- file.path(base_temp_dir, "clam_runs")
dir.create(clam_dir, recursive = TRUE, showWarnings = FALSE)
clam(coredir=clam_dir, proxies=TRUE)
plot_proxies(3)
plot_proxies(3, revyr=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.