Description Usage Arguments Value Author(s) Examples
Generate ggplot instructions to facet a plot by row and/or column
1 | .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.
1 2 | x <- ReducedDimensionPlot(FacetByRow = "Covariate_1", FacetByColumn = "Covariate_2")
.addFacets(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.