tidycpt-class {tidychangepoint}R Documentation

Container class for tidycpt objects

Description

Container class for tidycpt objects

Details

Every tidycpt object contains:

Value

A tidycpt object.

Examples

# Segment a time series using PELT
x <- segment(CET, method = "pelt")
class(x)
str(x)


[Package tidychangepoint version 0.0.1 Index]