Plot function for object of class JD3MBDenton
Usage
# S3 method for class 'JD3MBDenton'
plot(x, ...)
Examples
Y <- rjd3toolkit::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 1)
x <- rjd3toolkit::Retail$FoodAndBeverageStores
td <- rjd3bench::temporaldisaggregationI(Y, indicator = x)
plot(td)