View source: R/plot.reslr_input.R
plot.reslr_input | R Documentation |
In this function, the raw data is plotted with grey uncertainty boxes representing the uncertainty associated with the input and the output. The function allows the user to plot the proxy record data and tide gauge data together or separately.
## S3 method for class 'reslr_input'
plot(
x,
title = "",
xlab = "Year (CE)",
ylab = "Relative Sea Level (m)",
plot_tide_gauges = FALSE,
plot_proxy_records = TRUE,
plot_caption = TRUE,
...
)
x |
An object created via the function |
title |
Title of the plot |
xlab |
Labeling the x-axis |
ylab |
Labeling the y-axis |
plot_tide_gauges |
Plotting the tide gauge data with the proxy records |
plot_proxy_records |
Plotting the proxy records on their own and this is the default |
plot_caption |
Plotting an informed caption with the number of tide gauges and proxy sites. |
... |
Not used |
Plot of the raw data with the measurement uncertainty.
full_dataset <- reslr_load(NAACproxydata)
plot(full_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.