Objects exported from other packages
reexports.Rd
These objects are imported from other packages. Follow the links below to see their documentation.
Usage
# S3 method for class 'mod_cpt'
as.ts(x, ...)
# S3 method for class 'mod_cpt'
nobs(object, ...)
# S3 method for class 'mod_cpt'
logLik(object, ...)
# S3 method for class 'mod_cpt'
fitted(object, ...)
# S3 method for class 'mod_cpt'
residuals(object, ...)
# S3 method for class 'mod_cpt'
coef(object, ...)
# S3 method for class 'mod_cpt'
augment(x, ...)
# S3 method for class 'mod_cpt'
tidy(x, ...)
# S3 method for class 'mod_cpt'
glance(x, ...)
# S3 method for class 'mod_cpt'
plot(x, ...)
# S3 method for class 'mod_cpt'
print(x, ...)
# S3 method for class 'seg_basket'
as.ts(x, ...)
# S3 method for class 'seg_basket'
plot(x, ...)
# S3 method for class 'seg_cpt'
as.ts(x, ...)
# S3 method for class 'seg_cpt'
glance(x, ...)
# S3 method for class 'seg_cpt'
nobs(object, ...)
# S3 method for class 'seg_cpt'
print(x, ...)
# S3 method for class 'tidycpt'
as.ts(x, ...)
# S3 method for class 'tidycpt'
augment(x, ...)
# S3 method for class 'tidycpt'
tidy(x, ...)
# S3 method for class 'tidycpt'
glance(x, ...)
# S3 method for class 'tidycpt'
plot(x, use_time_index = FALSE, ...)
# S3 method for class 'tidycpt'
print(x, ...)
# S3 method for class 'meanshift_lnorm'
logLik(object, ...)
# S3 method for class 'nhpp'
logLik(object, ...)
# S3 method for class 'nhpp'
glance(x, ...)
# S3 method for class 'ga'
as.ts(x, ...)
# S3 method for class 'ga'
nobs(object, ...)
# S3 method for class 'cpt'
as.ts(x, ...)
# S3 method for class 'cpt'
logLik(object, ...)
# S3 method for class 'cpt'
nobs(object, ...)
# S3 method for class 'wbs'
as.ts(x, ...)
# S3 method for class 'wbs'
nobs(object, ...)
Examples
# Plot a meanshift model fit
plot(fit_meanshift_norm(CET, tau = 330))
#' # Plot a trendshift model fit
plot(fit_trendshift(CET, tau = 330))
#' # Plot a quadratic polynomial model fit
plot(fit_lmshift(CET, tau = 330, deg_poly = 2))
#' # Plot a 4th degree polynomial model fit
plot(fit_lmshift(CET, tau = 330, deg_poly = 10))
# Plot a segmented time series
plot(segment(CET, method = "pelt"))
# Plot a segmented time series and show the time labels on the x-axis
plot(segment(CET, method = "pelt"), use_time_index = TRUE)
#> Scale for x is already present.
#> Adding another scale for x, which will replace the existing scale.