regions | R Documentation |
Extract the regions from a tidycpt object
regions(x, ...)
## S3 method for class 'mod_cpt'
regions(x, ...)
## S3 method for class 'tidycpt'
regions(x, ...)
x |
An object that has regions |
... |
Currently ignored |
A base::factor()
of intervals indicating the region
cpt <- fit_meanshift_norm(CET, tau = 330)
regions(cpt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.