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
