Learn R Programming

SMPracticals (version 1.4-3.1)

galaxy: Galaxy Velocity Data

Description

Velocities (km/second) of 82 galaxies in a survey of the Corona Borealis region.

Usage

data(galaxy)

Arguments

Format

The format is: num [1:82] 9.17 9.35 9.48 9.56 9.78 ...

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 214.

Examples

Run this code
data(galaxy)
plot(density(galaxy))
rug(galaxy)

Run the code above in your browser using DataLab