Plots a word_proximity object.
# S3 method for word_proximity
plot(
x,
label = TRUE,
lab.digits = NULL,
high = "red",
low = "white",
grid = NULL,
...
)
The word_proximity object
logical. If TRUE
the cells of the heat map plot will be
labeled with count and proportional values.
Integer values specifying the number of digits to be
printed if label
is TRUE
.
The color to be used for higher values.
The color to be used for lower values.
The color of the grid (Use NULL
to remove the grid).
Other arguments passed to qheat.