powered by
performs the canonical graph of a mixed analysis.
# S3 method for mix score(x, xax = 1, csub = 2, mfrow = NULL, which.var = NULL, ...)
an object of class mix
mix
the column number for the used axis
a character size for the sub-titles, used with par("cex")*csub
par("cex")*csub
a vector of the form "c(nr,nc)", otherwise computed by a special own function n2mfrow
n2mfrow
the numbers of the kept columns for the analysis, otherwise all columns
further arguments passed to or from other methods
Daniel Chessel
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))
Run the code above in your browser using DataLab