View source: R/find_breakpoints.R
find_breakpoints | R Documentation |
find_breakpoints
can be used to find breakpoints which can be extracted as a vector by get_break_numbers
find_breakpoints(df, h = 0.15, breaks = NULL)
get_break_numbers(x)
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. |
breaks |
Maximum number of breaks to be calculated |
x |
Object of class |
An object of class "breakpoints"
Shona Wilde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.