clip_edges: Function to "clip" the edges of a time-series.

Description Usage Arguments Value Author(s)

Description

Function to ”clip” the edges of a time-series.

Usage

1
clip_edges(df, seconds = 31536000/2, filter = FALSE)

Arguments

df

Data frame.

seconds

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

filter

Should the observations to be clipped be filtered from df or invalidated with NA?

Value

Data frame.

Author(s)

Stuart K. Grange


skgrange/normalweatherr documentation built on May 23, 2019, 9:34 a.m.