plot.word_position: Plots a word_position object
Description
Plots a word_position object.
Usage
# S3 method for word_position
plot(x, qheat = TRUE, scale = TRUE, ...)
Arguments
- x
The word_position object.
- qheat
logical. If TRUE
qheat
is used to
plot. If FALSE
heatmap
is used.
- scale
logical. If TRUE
scales heatmap by row. If
FALSE
no scaling occurs.
- ...
Other arguments passed to qheat
or
heatmap
.