Learn R Programming

UsingR (version 2.0-7)

urchin.growth: Data on growth of sea urchins

Description

Data on growth of sea urchins.

Usage

data(urchin.growth)

Arguments

Format

A data frame with 250 observations on the following 2 variables.

age

Estimated age of sea urchin

size

Measurement of size

Details

Data is sampled from a data set that accompanies the thesis of P. Grosjean.

Examples

Run this code
# NOT RUN {
data(urchin.growth)
plot(jitter(size) ~ jitter(age), data=urchin.growth)
# }

Run the code above in your browser using DataLab