plot.character_table {qdap} | R Documentation |
Plots a character_table Object
Description
Plots a character_table object.
Usage
## S3 method for class 'character_table'
plot(
x,
label = FALSE,
lab.digits = 1,
percent = NULL,
zero.replace = NULL,
...
)
Arguments
x |
The character_table object |
label |
logical. If |
lab.digits |
Integer values specifying the number of digits to be
printed if |
percent |
logical. If |
zero.replace |
Value to replace 0 values with. If |
... |
Other arguments passed to |
[Package qdap version 2.4.6 Index]