graphSys-methods: Accessor method for PlotFeatureSet "package" slot.

Description Usage Arguments Value Examples

Description

Retrieve the graphics system from a PlotFeatureSet object

Usage

1
2
3
4
graphSys(object)

## S4 method for signature 'PlotFeatureSet'
graphSys(object)

Arguments

object

An object of (super)class PlotFeatureSet.

Value

A character vector representing the originating R package of the plot object, i.e. base, ggplot, or lattice.

Examples

1
2
3
4
5
library(ggplot2)
mt = datasets::mtcars
plt = qplot(mt$mpg, mt$cyl)
fs = makeFeatureSet(plt)
graphSys(fs)

gmbecker/recordr documentation built on May 24, 2021, 10:59 a.m.