This dataset, flwr_time, is a data frame containing flowering observations for two plant species (Willow and Skypilot), along with minimum temperature and altitude at the observation sites. The dataset includes 25 observations and 4 variables. All values are preserved as in the original source, with no modifications.
Usage
data(flwr_time)
Format
A data frame with 25 observations and 4 variables:
- Willow
Flowering count or observation for Willow (integer)
- Skypilot
Flowering count or observation for Skypilot (integer)
- MinTemp
Minimum temperature at site (numeric)
- Altitude
Altitude of observation site (numeric)
Details
The dataset name has been kept as 'flwr_time' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BioWorldR package and assists users in identifying its specific characteristics. The original content has not been modified.