Learn R Programming

ConsensusOPLS (version 1.1.0)

plotScores: 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 ConsensusOPLS plotScores(object, comp1 = "p_1", comp2 = "o_1", col = NULL, pch = 19, ...)

Value

No return value, called for side effects.

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.