Plots a word_length object.
# S3 method for word_length
plot(
x,
label = FALSE,
lab.digits = 1,
percent = NULL,
zero.replace = NULL,
...
)
The word_length 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.
logical. If TRUE output given as percent. If FALSE the
output is proportion. If NULL uses the value from
word_length
. Only used if label
is TRUE.
Value to replace 0 values with. If NULL uses the value
from word_length
. Only used if label
is TRUE.
Other arguments passed to qheat.