# S3 method for mts
autolayer(object, colour = TRUE, series = NULL, ...)# S3 method for msts
autolayer(object, series = NULL, ...)
# S3 method for ts
autolayer(object, colour = TRUE, series = NULL, ...)
# S3 method for ts
autoplot(
object,
series = NULL,
xlab = "Time",
ylab = deparse(substitute(object)),
main = NULL,
...
)
# S3 method for mts
autoplot(
object,
colour = TRUE,
facets = FALSE,
xlab = "Time",
ylab = deparse(substitute(object)),
main = NULL,
...
)
# S3 method for msts
autoplot(object, ...)
# S3 method for ts
fortify(model, data, ...)