Skip to contents

Plot function for object of class JD3TempDisagg

Usage

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

Arguments

x

an object of class JD3TempDisagg

...

further arguments to pass to ts.plot.

Examples

Y<-rjd3toolkit::aggregate(rjd3toolkit::retail$RetailSalesTotal, 1)
x<-rjd3toolkit::retail$FoodAndBeverageStores
td<-rjd3bench::temporaldisaggregation(Y, indicator=x)
plot(td)