Skip to contents

This dataset, earthworm_crop_soils, is a data frame containing observations on earthworm populations in cultivated soils. It includes measurements of earthworm density and biomass together with information on crop type, year, and soil type.

Usage

data(earthworm_crop_soils)

Format

A data frame with 12 observations and 5 variables:

Density

Integer vector indicating earthworm population density

Biomass

Numeric vector indicating earthworm biomass

Crop

Factor indicating the crop type

Year

Integer vector indicating the year of observation

Soil

Factor indicating the soil type

Source

Data taken from the gpk package version 1.0

Details

The dataset name has been kept as 'earthworm_crop_soils' 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.