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