View source: R/rmweather_plotting_functions.R
rmw_plot_normalised | R Documentation |
rmw_normalise
.If the input data contains a standard error variable named "se"
,
this will be plotted as a ribbon (+ and -) around the mean.
rmw_plot_normalised(df, colour = "#6B186EFF")
df |
Tibble created by |
colour |
Colour for line geometry. |
ggplot2 plot with a line and ribbon geometries.
Stuart K. Grange
# Plot normalised example data
rmw_plot_normalised(data_london_normalised)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.