plot.JD3AdlDisagg | R Documentation |
Plot function for object of class JD3AdlDisagg
## S3 method for class 'JD3AdlDisagg'
plot(x, ...)
x |
an object of class JD3AdlDisagg |
... |
further arguments to pass to ts.plot. |
Y<-rjd3toolkit::aggregate(rjd3toolkit::retail$RetailSalesTotal, 1)
x<-rjd3toolkit::retail$FoodAndBeverageStores
td<-rjd3bench::adl_disaggregation(Y, indicator=x, xar="FREE")
plot(td)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.