A tax, sub(sidy) or constraint imposes a value that varies by year — a
tax/subsidy rate (bal) or a constraint bound (rhs). autoplot() draws that
control path: the points are the given years and the line is the linear
interpolation used between them. These are policy levers, not processes.
Usage
# S3 method for class 'tax'
autoplot(object, year = NULL, interpolate = TRUE, ...)
# S3 method for class 'subsidy'
autoplot(object, year = NULL, interpolate = TRUE, ...)
# S3 method for class 'constraint'
autoplot(object, year = NULL, interpolate = TRUE, ...)Arguments
- object
A
tax,suborconstraintobject.- year
Optional integer vector of years to draw the interpolated line over (defaults to the range of the given years).
- interpolate
Logical, default
TRUE: draw the linearly interpolated control path between the given years.FALSEshows the points only.- ...
Unused.
