plot.word_cor | R Documentation |
Plots a word_cor object.
## S3 method for class 'word_cor'
plot(
x,
label = TRUE,
lab.digits = 3,
high = "red",
low = "white",
grid = NULL,
ncol = NULL,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.