This dataset, river_deforestation, is a data frame containing air and
water temperature measurements before and after deforestation. It
includes information on water temperature, air temperature, and
deforestation period.
Usage
data(river_deforestation)
A data frame with 56 observations and 3 variables:
- Temp_water
Numeric vector indicating the water temperature
- Temp_air
Numeric vector indicating the air temperature
- Deforestation
Factor w/ 2 levels indicating the deforestation period
Source
Data taken from the EnTraineR package version 1.0.0
Details
The dataset name has been kept as 'river_deforestation' 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.