Skip to contents

This dataset, earthworm_population, is a data frame containing observations on earthworm population dynamics over time. It includes monthly measurements of earthworm density and biomass.

Usage

data(earthworm_population)

Format

A data frame with 46 observations and 3 variables:

Month

Factor indicating the month of observation

Density

Numeric vector indicating earthworm population density

Biomass

Numeric vector indicating earthworm biomass

Source

Data taken from the gpk package version 1.0

Details

The dataset name has been kept as 'earthworm_population' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the agridatasets package and assists users in identifying its specific characteristics.