Last chance! 50% off unlimited learning
Sale ends in
foucart(X, scannf = TRUE, nf = 2)
## S3 method for class 'foucart':
plot(x, xax = 1, yax = 2, clab = 1, csub = 2,
possub = "bottomright", \dots)
## S3 method for class 'foucart':
print(x, \dots)
par("cex")*clab
par("cex")*csub
foucart
returns a list of the classes 'dudi', 'coa' and 'foucart'data(bf88)
fou1 <- foucart(bf88, scann = FALSE, nf = 3)
fou1
plot(fou1)
data(meaudret)
l1 <- split(meaudret$spe, meaudret$design$season)
l1 <- lapply(l1, function(x)
{row.names(x) <- paste("Sit",1:5,sep="");x})
fou2 <- foucart(l1, scan = FALSE)
kplot(fou2, clab.r = 2)
Run the code above in your browser using DataLab