plot.td | R Documentation |
plot
method for class "td"
. Plot the fitted and actual low
frequency series, and residuals.
## S3 method for class 'td'
plot(x, ...)
x |
an object of class |
... |
further arguments passed to or from other methods. |
returns a a two panel plot as its side effect, showing the fitted and actual low frequency series, and the residuals.
td()
for the main function for temporal disaggregation.
data(swisspharma)
mod2 <- td(sales.a ~ imports.q + exports.q)
plot(mod2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.