Produce a ggplot of the periodogram in both radians and cycles. The
returned ggplot can be extended with + (e.g. + ggplot2::theme_minimal()).
Usage
# S3 method for class 'peri'
autoplot(object, ...)Arguments
- object
a
"peri"object produced byperi().- ...
unused, for S3 generic compatibility.
Examples
# \donttest{
p <- peri(CVD$cvd)
autoplot(p)
autoplot(p) + ggplot2::theme_minimal()
# }
