plot.CountMatrix | R Documentation |
Plot a CountMatrix object
## S3 method for class 'CountMatrix'
plot(
x,
y = NULL,
value_trans = identity,
normalize = normalize_matrix_by_row,
scheme = ggplot2::scale_fill_gradient(low = "grey", high = "red", labels =
scales::percent),
...
)
x |
CountMatrix object |
y |
Not used |
value_trans |
A function for transforming the values |
normalize |
A function for normalizing the matrix |
scheme |
A color scheme |
... |
Additional arguments sent to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.