gap
objectPlots potential output growth and the output gap based on an objects of
class gap
.
# S3 method for gap
plot(
x,
contribution = FALSE,
path = NULL,
combine = TRUE,
prefix = NULL,
device = "png",
width = 10,
height = 3,
...
)
No return value, plots are printed.
An object of class gap
.
A boolean indicating whether the contributions to potential output growth and the output gap should be plotted (only applicable for production function type output gaps).
An optional file path. If specified, the plots will be saved using the format
in device
under the given path.
A logical indicating whether the plots should be combined or not, the
default is TRUE
.
An optional character string to be added to the names of the plots in case
path
is specified.
Device passed on to ggplot
for plot saving. Options are
"eps", "ps", "tex"
(pictex), "pdf", "jpeg", "tiff", "png", "bmp", "svg"
or "wmf"
.
The plot width in case of printing.
The plot height in case of printing.
Ignored.