Learn R Programming

BSDA (version 1.2.1)

Snow: Concentration of microparticles in snowfields of Greenland and Antarctica

Description

Data for Exercise 7.87

Usage

Snow

Arguments

Format

A data frame/tibble with 34 observations on two variables

concent

concentration of microparticles from melted snow (in parts per billion)

site

location of snow sample (Antarctica or Greenland)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

boxplot(concent ~ site, data = Snow, col = c("lightblue", "lightgreen"))

Run the code above in your browser using DataLab