plot-utils {iSEE} | R Documentation |
Generate ggplot instructions to facet a plot by row and/or column
.addFacets(x)
x |
A single-row DataFrame that contains all the input settings for the current panel. |
A string containing a command to define the row and column faceting covariates.
Kevin Rue-Albrecht.
x <- ReducedDimensionPlot(FacetByRow = "Covariate_1", FacetByColumn = "Covariate_2") .addFacets(x)