Skip to contents

This dataset, seed_germination, is a data frame containing seed germination data under different temperatures and concentrations. It includes information on temperature, replicate, concentration, number germinated, and total number of seeds.

Usage

data(seed_germination)

Format

A data frame with 64 observations and 5 variables:

temp

Factor w/ 4 levels indicating the temperature

rep

Factor w/ 4 levels indicating the replicate

conc

Numeric vector indicating the concentration

germ

Integer vector indicating the number germinated

seeds

Integer vector indicating the total number of seeds

Source

Data taken from the agridat package version 1.26

Details

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