Skip to contents

This dataset, cork_tree_direction, is a data frame containing weight measurements of cork samples taken from four sides of trees. It includes information on tree identifier, direction, and weight.

Usage

data(cork_tree_direction)

Format

A data frame with 112 observations and 3 variables:

tree

Factor w/ 28 levels indicating the tree identifier

dir

Factor w/ 4 levels indicating the direction

y

Integer vector indicating the weight

Source

Data taken from the agridat package version 1.26

Details

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