Snow {BSDA}R Documentation

Concentration of microparticles in snowfields of Greenland and Antarctica

Description

Data for Exercise 7.87

Usage

Snow

Format

A data frame with 34 observations on the following 4 variables.

antarc
a numeric vector
greenld
a numeric vector
concent
a numeric vector
site
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Snow)
attach(Snow)
boxplot(concent~site)
detach(Snow)

[Package BSDA version 0.1 Index]