hamster {vis}R Documentation

hamster

Description

Data frame giving organ sizes in 73 hamsters (log2 grams): lung, heart, liver, spleen, kidney, and testes.

Usage

data(hamster)

Format

A data frame with 73 observations on the following 6 variables.

lung
a numeric vector
heart
a numeric vector
liver
a numeric vector
spleen
a numeric vector
kidney
a numeric vector
testes
a numeric vector

Source

All of the data sets from Cleveland (1993) can be obtained from Statlib by email or ftp. Send the message "send visualizing.data from S" to statlib@lib.stat.cmu.edu, or access lib.stat.cmu.edu by ftp, log in as statlib, and retrieve the file S/visualizing.data. trellis.datasets S-PLUS Language Reference S-Plus, trellis.datasets

References

Cleveland, William S. (1993). Visualizing Data. Hobart Press, Summit, New Jersey.

Examples

data(hamster)

[Package vis version 1.0 Index]