Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

score.mix

Graphs to Analyse a factor in a Mixed Analysis


Description

performs the canonical graph of a mixed analysis.

Usage

## S3 method for class 'mix'
score(x, xax = 1, csub = 2, mfrow = NULL, which.var = NULL, ...)

Arguments

x

an object of class mix

xax

the column number for the used axis

csub

a character size for the sub-titles, used with par("cex")*csub

mfrow

a vector of the form "c(nr,nc)", otherwise computed by a special own function n2mfrow

which.var

the numbers of the kept columns for the analysis, otherwise all columns

...

further arguments passed to or from other methods

Author(s)

Daniel Chessel

Examples

data(lascaux)
w <- cbind.data.frame(lascaux$colo, lascaux$ornem)
dd <- dudi.mix(w, scan = FALSE, nf = 4, add = TRUE)
score(dd, which = which(dd$cr[,1] > 0.3))

ade4

Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences

v1.7-16
GPL (>= 2)
Authors
Stéphane Dray <stephane.dray@univ-lyon1.fr>, Anne-Béatrice Dufour <anne-beatrice.dufour@univ-lyon1.fr>, and Jean Thioulouse <jean.thioulouse@univ-lyon1.fr>, with contributions from Thibaut Jombart, Sandrine Pavoine, Jean R. Lobry, Sébastien Ollier, Daniel Borcard, Pierre Legendre, Stéphanie Bougeard and Aurélie Siberchicot. Based on earlier work by Daniel Chessel.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.