layersListFull {ggedit}R Documentation

layersListFull

Description

Runs the ggplot_build function on the input and converts the output data objects into a nested list with the unique values of each of the aesthetic columns. Includes all objects used for theme plots

Usage

layersListFull(obj)

Arguments

obj

ggplot2 plot object or list of plot objects

Value

list of aesthetics and their values for each layer in a plot


[Package ggedit version 0.4.1 Index]