Plot function for object of class JD3Interpolation
Usage
# S3 method for class 'JD3Interpolation'
plot(x, ...)
Examples
Y <- rjd3toolkit::aggregate(rjd3toolkit::Retail$RetailSalesTotal, 1)
x <- rjd3toolkit::Retail$FoodAndBeverageStores
ti <- temporal_interpolation(Y, indicators = x)
plot(ti)