print.WLabel {wheatmap} | R Documentation |
print WLabel
Description
print WLabel
Usage
## S3 method for class '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
print(WLabel("This is a label."))
[Package wheatmap version 0.2.0 Index]