R/mapAFC.R

mapAFC<-
function(X){
Y<-data.frame(matrix(X, nrow = nrow(X)))
rownames(Y)<-rownames(X)
colnames(Y)<-colnames(X)
scatter(dudi.coa(Y,scannf = FALSE, nf = 2))
}

Try the RcmdrPlugin.pointG package in your browser

Any scripts or data that you put into this service are public.

RcmdrPlugin.pointG documentation built on May 2, 2019, 3:26 p.m.