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

View source: R/rmweather_plotting_functions.R

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


skgrange/rmweather documentation built on Nov. 29, 2023, 2:39 a.m.