data_WhiteCells {ggtern} | R Documentation |
Aichisons White Cells
Description
White-cell compositions of 30 blood cells by two different methods
Format
1 row per point, 60 points in total, 2 experiments x 30 points each, Each point contains data on the following:
-
No: ID, S1 to S30
-
Experiment: MicroscopicInspection or ImageAnalysis
-
G: Fraction Granulocytes
-
L: Fraction Lymphocytes
-
M: Fraction Monocytes
Author(s)
J. Aitchison
References
Aitchison, J. The statistical analysis of compositional data Chapman and Hall London, 1986, pp366
Examples
data(WhiteCells)
ggtern(WhiteCells,aes(G,L,M)) +
geom_density_tern(aes(color=Experiment)) +
geom_point(aes(shape=Experiment)) +
facet_wrap(~Experiment,nrow=2)
[Package ggtern version 3.5.0 Index]