plot.bicomp: Plot a 'bicomp' Object

Description Usage Arguments

Description

Plot method for an object of class bicomp (see bicomp).

Usage

1
2
3
4
## S3 method for class 'bicomp'
plot(x, which = 0L:4L, arrange = TRUE,
  col = c("red4", "beige", "blue4"), strip.legend = TRUE,
  add.titles = FALSE, ...)

Arguments

x

An object of class bicomp.

which

A numeric vector indicating which matrices to plot, with 0 = original data, 1 = overall means, 2 = row means, 3 = column means and 4 = interactions.

arrange

Logical indicating whether the arrange the plots side-by-side via grid.arrange or not.

col

A character vector of length three giving the parameters low, mid and high for scale_fill_gradient2.

strip.legend

Logical indicating whether to strip the legend off the plot or not.

add.titles

Logical indicating whether to add titles to the plots or not.

...

Additional arguments to theme.


lsbclust documentation built on May 1, 2019, 10:27 p.m.