parsePlot {animint2} | R Documentation |
Convert a ggplot to a list.
Description
Convert a ggplot to a list.
Usage
parsePlot(meta, plot, plot.name)
Arguments
meta |
environment with previously calculated plot data, and a new plot to parse, already stored in plot and plot.name. |
plot |
ggplot list object |
plot.name |
name of plot |
Value
nothing, info is stored in meta.
[Package animint2 version 2024.1.24 Index]