plot-utils | 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(
FacetRowBy = "Column data", FacetRowByColData="Covariate_1",
FacetColumnBy = "Column data", FacetColumnByColData="Covariate_2")
.addFacets(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.