View source: R/fortify_stats.R
fortify.spec | R Documentation |
stats::spec
to data.frame
Convert stats::spec
to data.frame
## S3 method for class 'spec'
fortify(model, data = NULL, ...)
model |
|
data |
original dataset, if needed |
... |
other arguments passed to methods |
data.frame
## Not run:
fortify(spectrum(AirPassengers))
fortify(stats::spec.ar(AirPassengers))
fortify(stats::spec.pgram(AirPassengers))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.