## Make test data available
data(kola.o)
## Generates an initial display for As [6], Co [13], Cu [15],
## Ni [24] and Zn [38]
gx.summary.mat(kola.o, c(6, 13, 15, 24, 38))
## Provide a more informative display for Be [9], La [19], P [25],
## Th [33], U [35] and Y[37]
gx.summary.mat(kola.o, c(9, 19, 25, 33, 35, 37),
banner = "Kola Project, <2 mm O-horizon soils")
## As above but with a log10 transformation to display
## the geometric mean, etc.
gx.summary.mat(kola.o, c(9, 19, 25, 33, 35, 37), log = TRUE,
banner = "Kola Project, <2 mm O-horizon soils")
Run the code above in your browser using DataLab