Skip to contents

This dataset, timber_genetics, is a data frame containing observations on genetic and environmental components of timber tree characteristics. It includes information on locality, year, replicate, subculture, elongation, multiples, rooting, germination, seed length, and seed width.

Usage

data(timber_genetics)

Format

A data frame with 224 observations and 10 variables:

Locality

Integer vector indicating locality

Year

Integer vector indicating year

Replicate

Integer vector indicating replicate

Subculture

Integer vector indicating subculture

Elongation

Numeric vector indicating elongation

Multiples

Numeric vector indicating multiples

Rooting

Numeric vector indicating rooting

Germination

Integer vector indicating germination

Seed_Length

Numeric vector indicating seed length

Seed_Width

Numeric vector indicating seed width

Source

Data taken from the gpk package version 1.0

Details

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