rbind.normalizedMatrix {EnrichedHeatmap}R Documentation

Bind Matrix by Rows

Description

Bind Matrix by Rows

Usage

## S3 method for class 'normalizedMatrix'
rbind(..., deparse.level = 1)

Arguments

...

Matrices

deparse.level

Not used.

Value

A normalizedMatrix class object.

Author(s)

z.gu@dkfz.de

Examples

# There is no example
NULL


[Package EnrichedHeatmap version 1.23.1 Index]