rbind.ReportSummaryTable {dataquieR}R Documentation

Combine ReportSummaryTable outputs

Description

Using this rbind implementation, you can combine different heatmap-like results of the class ReportSummaryTable.

Usage

## S3 method for class 'ReportSummaryTable'
rbind(...)

Arguments

...

ReportSummaryTable objects to combine.

See Also

base::rbind.data.frame


[Package dataquieR version 2.0.1 Index]