Learn R Programming

EnQuireR (version 0.10)

ENdensity: Density levels

Description

Display density levels around clusters on the cloud of the individuals or around a cloud of individuals.

Usage

ENdensity(res,classe=NULL,nlevels=20)

Arguments

res
the result of a factorial analysis
classe
the variable of interest. Density levels will be drawn around its categories
nlevels
number of contour levels desired

Examples

Run this code
## Not run: 
# data(tea)
# res.enmca=ENMCA(tea[,1:18])
# cluster<-res.enmca$data[,ncol(res.enmca$data)]
# X<-res.enmca$MCA
# ENdensity(X,cluster,10)
# ## End(Not run)

Run the code above in your browser using DataLab