data_WhiteCells: Aichisons White Cells

data_WhiteCellsR 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:

  1. No: ID, S1 to S30

  2. Experiment: MicroscopicInspection or ImageAnalysis

  3. G: Fraction Granulocytes

  4. L: Fraction Lymphocytes

  5. 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)

ggtern documentation built on June 7, 2023, 6:33 p.m.