Draw plot on current graphics device.
# S3 method for gganimintplot
print(x, newpage = is.null(vp), vp = NULL, ...)# S3 method for gganimintplot
plot(x, newpage = is.null(vp), vp = NULL, ...)
Invisibly returns the result of ggplot_build
, which
is a list with components that contain the plot itself, the data,
information about the scales, panels etc.
plot to display
draw new (empty) page first?
viewport to draw plot in
other arguments not used by this method