poulet {FactoMineR} | R Documentation |
Genomic data for chicken
Description
Genomic data for chicken
Usage
data(poulet)
Format
A data frame with 43 chickens and 7407 variables.
A factor with levels J16 J16R16 J16R5 J48 J48R24 N
And many continuous variables corresponding to the gene expression
Examples
## Not run:
data(poulet)
res.pca = PCA(poulet,quali.sup=1, graph=FALSE)
plot(res.pca)
plot(res.pca,habillage=1,label="quali",
palette=palette(c("black","red","blue","darkgreen","purple","orange")))
dimdesc(res.pca)
## Dessine des ellipses autour des centres de gravite
plotellipses(res.pca)
## End(Not run)
[Package FactoMineR version 2.11 Index]