plot.sum_cmspans | R Documentation |
Plots a heat map of summary statistics for
sum_cmspans objects (the object produced by calling summary
on a
cmspans object).
## S3 method for class 'sum_cmspans'
plot(
x,
digits = 3,
sep = ".",
name.sep = "&",
values = TRUE,
high = "red",
transpose = TRUE,
plot = TRUE,
facet.vars = "time",
rev.codes = !transpose,
rev.stats = !transpose,
...
)
x |
The sum_cmspans object (the object produced by calling
|
digits |
The number of digits displayed if |
sep |
The character that was used in |
name.sep |
The character that was used to paste the column names. |
values |
logical. If |
high |
The color to be used for higher values. |
transpose |
logical. If |
plot |
logical. If |
facet.vars |
A character vector of names to facet by. Default is
|
rev.codes |
logical If |
rev.stats |
logical If |
... |
Other arguments passed to qheat. |
summary.cmspans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.