powered by
stats::spec
Autoplot stats::spec
# S3 method for spec autoplot(object, xlim = c(NA, NA), ylim = c(NA, NA), log = "y", main = NULL, xlab = NULL, ylab = NULL, asp = NULL, ...)
stats::spec instance
limits for x axis
limits for y axis
which variables to log transform ("x", "y", or "xy")
character vector or expression for plot title
character vector or expression for x axis label
character vector or expression for y axis label
the y/x aspect ratio
other arguments passed to methods
ggplot
# NOT RUN { autoplot(stats::spec.ar(AirPassengers)) autoplot(stats::spec.pgram(AirPassengers)) # }
Run the code above in your browser using DataLab