## Make test data available
data(kola.o)
attach(kola.o)
## Generates an initial display
gx.summary1(Cu)
## Provide a more informative display
gx.summary1(Cu, "Cu (mg/kg) in <2 mm Kola O-horizon soil")
## As above but with a log10 transformation to display
## the geometric mean, etc.
gx.summary1(Cu, "Cu (mg/kg) in <2 mm Kola O-horizon soil", log = TRUE)
## Detach test data
detach(kola.o)
Run the code above in your browser using DataLab