plot.CountMatrix: Plot a CountMatrix object

View source: R/generics.R

plot.CountMatrixR Documentation

Plot a CountMatrix object

Description

Plot a CountMatrix object

Usage

## 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),
  ...
)

Arguments

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


arendsee/phylostratr documentation built on Dec. 31, 2022, 10:22 a.m.