plotScores {ConsensusOPLS}R Documentation

Score plot

Description

Plot of samples in the space of latent variables of the optimal model.

Usage

plotScores(object, comp1 = "p_1", comp2 = "o_1", col = NULL, pch = 19, ...)

## S4 method for signature 'ConsensusOPLS'
plotScores(object, comp1 = "p_1", comp2 = "o_1", col = NULL, pch = 19, ...)

Arguments

object

An object of class ConsensusOPLS.

comp1

Latent variable for abscissa. Default, the first predictive component, p_1.

comp2

Latent variable for ordinate. Default, the first orthogonal component, o_1.

col

A vector of color codes or names. Default, NULL, generated following the response.

pch

Graphic symbol. Default, 19.

...

plot arguments.

Value

No return value, called for side effects.


[Package ConsensusOPLS version 1.0.0 Index]