Skip to contents

Plot function for object of class JD3AdlDisagg

Usage

# S3 method for class 'JD3AdlDisagg'
plot(x, ...)

Arguments

x

an object of class JD3AdlDisagg

...

further arguments to pass to ts.plot.

Examples

Y <- rjd3toolkit::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 1)
x <- rjd3toolkit::Retail$FoodAndBeverageStores
td <- rjd3bench::adl_disaggregation(Y, indicators = x, xar = "FREE")
#> Warning: NaNs produced
plot(td)