bicomp
ObjectPlot method for an object of class bicomp
(see bicomp
).
# S3 method for bicomp
plot(x, which = 0L:4L, arrange = TRUE,
col = c("red4", "beige", "blue4"), strip.legend = TRUE,
add.titles = FALSE, ...)
An object of class bicomp
.
A numeric vector indicating which matrices to plot, with 0 = original data, 1 = overall means, 2 = row means, 3 = column means and 4 = interactions.
Logical indicating whether the arrange the plots side-by-side
via grid.arrange
or not.
A character vector of length three giving the parameters
low
, mid
and high
for scale_fill_gradient2
.
Logical indicating whether to strip the legend off the plot or not.
Logical indicating whether to add titles to the plots or not.
Additional arguments to theme
.