Plots a heat map of summary statistics for
sum_cmspans objects (the object produced by calling summary
on a
cmspans object).
# S3 method for 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,
...
)
The sum_cmspans object (the object produced by calling
summary
on a cmspans object)
The number of digits displayed if values
is TRUE
.
The character that was used in paste2
to paste the columns.
The character that was used to paste the column names.
logical. If TRUE
the cell values will be included on
the heatmap.
The color to be used for higher values.
logical. If TRUE
the dataframe is rotated 90 degrees.
logical. If TRUE
the plot will automatically plot.
The user may wish to set to FALSE
for use in knitr, sweave, etc.
to add additional plot layers.
A character vector of names to facet by. Default is
"time"
.
logical If TRUE
the plotting order of the code
groups is reversed.
logical If TRUE
the plotting order of the code
descriptive statistics is reversed.
Other arguments passed to qheat.
summary.cmspans