# \donttest{
# Fetch temperature anomaly:
anomaly <- get_temp()
#
# Plot output using package's built-in ggplot2 defaults
plot_temp_scatter(anomaly)
# Or just call plot_temp_scatter(), which defaults to get_temp() dataset
plot_temp_scatter()
p <- plot_temp_scatter(anomaly, print = FALSE)
# Modify plot such as: p + ggplot2::labs(title='The Signature of Climate Change') # }
Run the code above in your browser using DataLab