Learn R Programming

tempdisagg (version 1.1.1)

plot.td: Residual Plot for Temporal Disaggregation

Description

plot method for class "td". Plot the fitted and actual low frequency series, and residuals.

Usage

# S3 method for td
plot(x, ...)

Value

returns a a two panel plot as its side effect, showing the fitted and actual low frequency series, and the residuals.

Arguments

x

an object of class "td", usually, a result of a call to td().

...

further arguments passed to or from other methods.

See Also

td() for the main function for temporal disaggregation.

Examples

Run this code
data(swisspharma)

mod2 <- td(sales.a ~ imports.q + exports.q)
plot(mod2)

Run the code above in your browser using DataLab