print.WHeatmap {wheatmap} | R Documentation |
plot WHeatmap
## S3 method for class 'WHeatmap'
print(x, cex = 1, layout.only = FALSE, stand.alone = TRUE, ...)
x |
a WHeatmap |
cex |
factor to scaling texts |
layout.only |
plot layout only |
stand.alone |
plot is stand alone |
... |
additional options |
NULL
print(WHeatmap(matrix(1:12, nrow=2)))