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 reslr_input
plot(
x,
title = "",
xlab = "Year (CE)",
ylab = "Relative Sea Level (m)",
plot_tide_gauges = FALSE,
plot_proxy_records = TRUE,
plot_caption = TRUE,
...
)
An object created via the function reslr_load
Title of the plot
Labeling the x-axis
Labeling the y-axis
Plotting the tide gauge data with the proxy records
Plotting the proxy records on their own and this is the default
Plotting an informed caption with the number of tide gauges and proxy sites.
Not used
Plot of the raw data with the measurement uncertainty.
# \donttest{
full_dataset <- reslr_load(NAACproxydata)
plot(full_dataset)# }