Skip to contents

This dataset, bamboo_growth, is a data frame containing observations on bamboo growth collected from different geographic locations. It includes information on sampling compartments, locality blocks, transect numbers, and counts of old and new bamboo shoots.

Usage

data(bamboo_growth)

Format

A data frame with 595 observations and 5 variables:

Compartment

Integer vector indicating the sampling compartment

Locality_Block

Integer vector indicating the locality block

Transect_Number

Integer vector indicating the transect number

Old_Shoots

Integer vector indicating the number of old bamboo shoots

New_Shoots

Integer vector indicating the number of new bamboo shoots

Source

Data taken from the gpk package version 1.0

Details

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