autoplot.spec {ggfortify} | R Documentation |
stats::spec
Autoplot stats::spec
## S3 method for class 'spec' autoplot( object, xlim = c(NA, NA), ylim = c(NA, NA), log = "y", main = NULL, xlab = NULL, ylab = NULL, asp = NULL, ... )
object |
|
xlim |
limits for x axis |
ylim |
limits for y axis |
log |
which variables to log transform ("x", "y", or "xy") |
main |
character vector or expression for plot title |
xlab |
character vector or expression for x axis label |
ylab |
character vector or expression for y axis label |
asp |
the y/x aspect ratio |
... |
other arguments passed to methods |
ggplot
## Not run: autoplot(stats::spec.ar(AirPassengers)) autoplot(stats::spec.pgram(AirPassengers)) ## End(Not run)