Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(ecoteach)
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.
The package includes the following datasets:
badger_energy
: Energy expenditure data for European badgers with tuberculosisbarnswallow_brightness
: Plumage brightness data for barn swallowsberberis_treatment
: Data on invasive Berberis management treatmentscarrion_arrivals
: Vertebrate scavenger visits to roe deer carrionchimpanzee_cameras
: Camera trap detection data for wild chimpanzeesdormouse_hibernation
: Hibernation and reproduction data for edible dormiceDsimulans_matechoice
: Mate copying data for fruit flieselephant_farmers
: Agricultural use metrics for elephantslion_reproduction
: Reproductive data for Galapagos sea lionsmagellanic_penguins
: Long-term monitoring data on Magellanic penguinspangolin_habitat
: Habitat occupancy data for Chinese pangolinsraccoondog_environment
: Raccoon dog activity and environmental factors in Chinascavenger_community
: Scavenger community structure along environmental gradientsvulture_diet
: Diet composition analysis of African vultureswhale_brains
: Brain size evolution data for cetaceansTo 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.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.