Learn R Programming

wheatmap (version 0.2.0)

print.WLabel: print WLabel

Description

print WLabel

Usage

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

Arguments

x

a WLabel object

cex

factor to scale text

layout.only

plot layout only

stand.alone

plot label stand alone

...

additional options

Examples

Run this code
# NOT RUN {
print(WLabel("This is a label."))
# }

Run the code above in your browser using DataLab