image.rosa: Image plot for ROSA component interpretation.

Description Usage Arguments Value

View source: R/plot.rosa.R

Description

Image plot for ROSA component interpretation.

Usage

1
2
3
4
## S3 method for class 'rosa'
image(x, type = c("correlation", "residual", "order"),
  ncomp = x$ncomp, col = mcolors(128), legend = TRUE, mar = c(5, 6, 4,
  7), las = 1, zlim, main, ...)

Arguments

x

A rosa object

type

An optional character for selecting the plot type: "correlation" (default), "residual" or "order".

ncomp

Integer to control the number of components to plot (if fewer than the fitted number of components).

col

Colors used for the image plot, defaulting to mcolors(128).

legend

Logical indicating if a legend should be included (default = TRUE).

mar

Figure margins, default = c(5,6,4,7).

las

Axis text direction, default = 1.

zlim

A two element numeric limiting the color axis.

main

The main title of the plot.

...

Additional parameters passed to image

Value

No return.


khliland/rosa documentation built on Dec. 29, 2021, 12:25 a.m.