powered by
This function could be use to plot two symbolic variables in a X-Y plane to special case of Symbolic Correspondance Analysis.
cfa.scatterplot(sym.var.x, sym.var.y, num.gr1=0, labels = TRUE, ...)
First symbolic variable
Second symbolic variable.
Number of modes of the first variable
As in R plot function.
Return a graphics.
Rodriguez, O. (2011). Correspondence Analysis for Symbolic MultiValued Variables. Workshop in Symbolic Data Analysis Namur, Belgium.
sym.cfa
data(ex_cfa1) res<-sym.cfa(ex_cfa1) cfa.scatterplot(sym.var(res,1),sym.var(res,2),num.gr1=ex_cfa1$N,labels=TRUE,col='red', main='CFA')
Run the code above in your browser using DataLab