detect_breakpoints: Function to detect breakpoints in a data frame.

Description Usage Arguments Value Author(s)

Description

Function to detect breakpoints in a data frame.

Usage

1
detect_breakpoints(df, h = 0.15, n = NULL)

Arguments

df

Data frame to detect breakpoints in.

h

Minimal segment size either given as fraction relative to the sample size or as an integer giving the minimal number of observations in each segment.

n

Number of breaks to detect. Default is maximum number allowed by h.

Value

Data frame.

Author(s)

Stuart K. Grange


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