plot.weighted_wfm | R Documentation |
Plots a weighted_wfm object.
## S3 method for class 'weighted_wfm'
plot(
x,
non.zero = FALSE,
digits = 0,
by.column = NULL,
high = ifelse(non.zero, "black", "blue"),
grid = ifelse(non.zero, "black", "white"),
plot = TRUE,
...
)
x |
The weighted_wfm object |
non.zero |
logical. If |
digits |
The number of digits displayed if |
by.column |
logical. If |
high |
The color to be used for higher values. |
grid |
The color of the grid (Use |
plot |
logical. If |
... |
Other arguments passed to qheat. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.