slug: Slug data

Description Format References Examples

Description

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

Format

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

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

1
2
3
data(slug)
plot(weight~length, data = slug)
plot(log.wt~log.len, data = slug)

Bolstad documentation built on Jan. 8, 2021, 2:03 a.m.