knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Rfunc2

Travis build status

The goal of Rfunc2 is to provide functions for changepoint detection.

Installation

You can install the released version of Rfunc2 from github with:

remotes::install_github(“bwd29/Rfunc2”)

Example

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))


bwd29/Rfunc2 documentation built on Dec. 31, 2020, 9 p.m.