plot.bicomp {lsbclust}R Documentation

Plot a bicomp Object

Description

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

Usage

## 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.


[Package lsbclust version 1.1 Index]