Learn R Programming

rmweather (version 0.2.62)

rmw_clip: Function to "clip" the edges of a normalised time series after being produced with rmw_normalise.

Description

rmw_clip helps if the random forest model behaves strangely at the beginning and end of the time series during prediction.

Usage

rmw_clip(df, seconds = 31536000/2)

Value

Data frame.

Arguments

df

Data frame from rmw_normalise.

seconds

Number of seconds to clip from start and end of time-series. The default is half a year.

Author

Stuart K. Grange

See Also

rmw_normalise, rmw_plot_normalised

Examples

Run this code

# Clip the edges of a normalised time series, default is half a year
data_normalised_clipped <- rmw_clip(data_london_normalised)

Run the code above in your browser using DataLab