plot-utils: Process faceting choices

Description Usage Arguments Value Author(s) Examples

Description

Generate ggplot instructions to facet a plot by row and/or column

Usage

1

Arguments

x

A single-row DataFrame that contains all the input settings for the current panel.

Value

A string containing a command to define the row and column faceting covariates.

Author(s)

Kevin Rue-Albrecht.

Examples

1
2
x <- ReducedDimensionPlot(FacetByRow = "Covariate_1", FacetByColumn = "Covariate_2")
.addFacets(x)

iSEE documentation built on Feb. 3, 2021, 2:01 a.m.