rmw_plot_normalised {rmweather}R Documentation

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")

Arguments

df

Tibble created by rmw_normalise.

colour

Colour for line geometry.

Value

ggplot2 plot with a line and ribbon geometries.

Author(s)

Stuart K. Grange

Examples


# Plot normalised example data
rmw_plot_normalised(data_london_normalised)


[Package rmweather version 0.2.5 Index]