Learn R Programming

UsingR (version 2.0-7)

carbon: Carbon Monoxide levels at different sites

Description

Carbon Monoxide levels at different sites

Usage

data(carbon)

Arguments

Format

This data frame contains the following columns:

Monoxide

a numeric vector

Site

a numeric vector

Examples

Run this code
# NOT RUN {
data(carbon)
boxplot(Monoxide ~ Site,data=carbon)
# }

Run the code above in your browser using DataLab