Learn R Programming

BSDA (version 1.01)

Snow: Concentration of microparticles in snowfields of Greenland and Antarctica

Description

Data for Exercise 7.87

Usage

Snow

Arguments

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

Examples

Run this code
# NOT RUN {
str(Snow)
attach(Snow)
boxplot(concent~site)
detach(Snow)
# }

Run the code above in your browser using DataLab