View source: R/fct_changepoint_plot_helpers.R
make_region | R Documentation |
Make a changeregion data.table
make_region(region_x, parameter_y, state, next_cp = NaN, add_na = TRUE)
region_x |
The x values over which this region spans |
parameter_y |
The median of this region |
state |
The state of this region |
next_cp |
The median of the next region |
add_na |
Whether to add a row of NAs at the bottom of the return table |
(data.table) describing the changeregion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.