data_WhiteCells | R Documentation |
White-cell compositions of 30 blood cells by two different methods
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
J. Aitchison
Aitchison, J. The statistical analysis of compositional data Chapman and Hall London, 1986, pp366
data(WhiteCells)
ggtern(WhiteCells,aes(G,L,M)) +
geom_density_tern(aes(color=Experiment)) +
geom_point(aes(shape=Experiment)) +
facet_wrap(~Experiment,nrow=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.