parsePlot: Convert a ggplot to a list.

View source: R/z_animint.R

parsePlotR 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.


animint2 documentation built on Nov. 22, 2023, 1:07 a.m.

Related to parsePlot in animint2...