plotColTile | R Documentation |
Relative relations of two grouping can be visualized by plotting tiles with
relative sizes. plotColTile
and plotRowTile
can be used for
this.
plotColTile(object, x, y, ...)
plotRowTile(object, x, y, ...)
## S4 method for signature 'SummarizedExperiment'
plotColTile(object, x, y, ...)
## S4 method for signature 'SummarizedExperiment'
plotRowTile(object, x, y, ...)
object |
a
|
x |
|
y |
|
... |
additional arguments for plotting. See
|
A ggplot2
object or plotly
object, if more than one
prevalences
was defined.
data(GlobalPatterns)
se <- GlobalPatterns
plotColTile(se,"SampleType","Primer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.