plot.word_cor {qdap} | R Documentation |
Plots a word_cor object
Description
Plots a word_cor object.
Usage
## S3 method for class 'word_cor'
plot(
x,
label = TRUE,
lab.digits = 3,
high = "red",
low = "white",
grid = NULL,
ncol = NULL,
...
)
Arguments
x |
The word_cor object |
label |
logical. If |
lab.digits |
Integer values specifying the number of digits to be
printed if |
high |
The color to be used for higher values. |
low |
The color to be used for lower values. |
grid |
The color of the grid (Use |
ncol |
The number of columns to arrange the facets in (specifying an
integer results in the use of |
... |
Other arguments passed to qheat if matrix and other arguments
passed to |
[Package qdap version 2.4.6 Index]