View source: R/question_type.R
plot.question_type | R Documentation |
Plots a question_type object.
## S3 method for class 'question_type'
plot(
x,
label = FALSE,
lab.digits = 1,
percent = NULL,
zero.replace = NULL,
...
)
x |
The question_type object. |
label |
logical. If TRUE the cells of the heat map plot will be labeled with count and proportional values. |
lab.digits |
Integer values specifying the number of digits to be
printed if |
percent |
logical. If TRUE output given as percent. If FALSE the
output is proportion. If NULL uses the value from
|
zero.replace |
Value to replace 0 values with. If NULL uses the value
from |
... |
Other arguments passed to qheat. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.