# \donttest{
# Fetch Vostok data:
vostok <- get_paleo()
#
# Plot output using package's built-in ggplot2 defaults
plot_paleo(vostok)
# Or just call plot_paleo(), which defaults to get_paleo() dataset
plot_paleo()
p <- plot_paleo(vostok, print = FALSE)
# Modify plot such as: p + patchwork::plot_annotation(title='A Long History of Carbon') # }
Run the code above in your browser using DataLab