Learn R Programming

rmweather (version 0.2.62)

rmw_plot_normalised: Function to plot the meteorologically normalised time series after rmw_normalise.

Description

If the input data contains a standard error variable named "se", this will be plotted as a ribbon (+ and -) around the mean.

Usage

rmw_plot_normalised(df, colour = "#6B186EFF")

Value

ggplot2 plot with a line and ribbon geometries.

Arguments

df

Tibble created by rmw_normalise.

colour

Colour for line geometry.

Author

Stuart K. Grange

Examples

Run this code

# Plot normalised example data
rmw_plot_normalised(data_london_normalised)

Run the code above in your browser using DataLab