# S3 method for PeriodicTS
window(x, start = NULL, end = NULL, seasons = NULL, ...)# S3 method for PeriodicMTS
window(x, start = NULL, end = NULL, seasons = NULL, ...)
# S3 method for PeriodicTS
na.trim(object, sides = c("both", "left", "right"), ...)
# S3 method for PeriodicMTS
na.trim(object, sides = c("both", "left", "right"),
is.na = c("any", "all"), ...)
# S3 method for PeriodicTimeSeries
frequency(x, ...)
# S3 method for PeriodicTimeSeries
deltat(x, ...)
# S3 method for PeriodicTimeSeries
cycle(x, ...)
# S3 method for PeriodicTimeSeries
time(x, offset = 0, ...)
# S3 method for Cyclic
start(x, ...)
# S3 method for Cyclic
end(x, ...)