plot.JD3TempDisaggI: Plot function for object of class JD3TempDisaggI

View source: R/tempdisagg.R

plot.JD3TempDisaggIR Documentation

Plot function for object of class JD3TempDisaggI

Description

Plot function for object of class JD3TempDisaggI

Usage

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

Arguments

x

an object of class JD3TempDisaggI

...

further arguments to pass to ts.plot.

Examples

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


palatej/rjd3bench documentation built on April 17, 2024, 12:12 a.m.