Learn R Programming

wheatmap (version 0.2.0)

print.WHeatmap: plot WHeatmap

Description

plot WHeatmap

Usage

# S3 method for WHeatmap
print(x, cex = 1, layout.only = FALSE, stand.alone = TRUE, ...)

Arguments

x

a WHeatmap

cex

factor to scaling texts

layout.only

plot layout only

stand.alone

plot is stand alone

...

additional options

Value

NULL

Examples

Run this code
# NOT RUN {
print(WHeatmap(matrix(1:12, nrow=2)))

# }

Run the code above in your browser using DataLab