Skip to contents

This dataset, orange_rootstocks, is a data frame containing observations on orange plants grown under different rootstocks. It includes information on rootstock treatment, block, and the corresponding response variable.

Usage

data(orange_rootstocks)

Format

A data frame with 27 observations and 3 variables:

trat

Character vector indicating the rootstock treatment

bloco

Character vector indicating the block

resp

Numeric vector indicating the response variable

Source

Data taken from the AgroR package version 1.3.7

Details

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