Learn R Programming

Bolstad (version 0.2-41)

slug: Slug data

Description

Lengths and weights of 100 slugs from the species Limax maximus collected around Hamilton, New Zealand.

Arguments

Format

A data frame with 100 observations on the following 4 variables.

  • length. length (mm) of the slug

  • weight. weight (g) of the slug

  • log.len. natural logarithm of the length

  • log.wt. natural logarithm of the weight

References

Barker, G. and McGhie, R. (1984). The Biology of Introduced Slugs (Pulmonata) in New Zealand: Introduction and Notes on Limax Maximus, NZ Entomologist 8, 106--111.

Examples

Run this code
# NOT RUN {
data(slug)
plot(weight~length, data = slug)
plot(log.wt~log.len, data = slug)


# }

Run the code above in your browser using DataLab