Introduction to ecoteach

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(ecoteach)

Introduction

The ecoteach package provides a collection of curated educational datasets for teaching ecology and agriculture concepts. Each dataset is derived from published scientific research and includes comprehensive documentation to facilitate its use in teaching environments.

Available Datasets

The package includes the following datasets:

Using the Datasets

To use any of the datasets in the package, load them with the data() function:

# Example with dormouse hibernation dataset
data(dormouse_hibernation)
head(dormouse_hibernation)

# Example with vulture diet dataset
data(vulture_diet)
head(vulture_diet)

For more detailed information about each dataset, refer to the dataset documentation:

# E.G.:
# ?dormouse_hibernation
# ?vulture_diet
# ?berberis_treatment
# etc.


Try the ecoteach package in your browser

Any scripts or data that you put into this service are public.

ecoteach documentation built on June 29, 2025, 5:08 p.m.