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 ignoredA base::factor()
of intervals indicating the region
cpt <- fit_meanshift_norm(CET, tau = 330) regions(cpt)