knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of Rfunc2 is to provide functions for changepoint detection.
You can install the released version of Rfunc2 from github with:
remotes::install_github(“bwd29/Rfunc2”)
This is a basic example of binseg and changepoint:
library(Rfunc2) ## basic example code Rfunc2::BINSEG(c(1,2,3,4,5,6),2) Rfunc2::CHANGEPOINT(c(1,2,3,4,5,6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.