Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 546 Bytes

File metadata and controls

24 lines (19 loc) · 546 Bytes

entomology

entomology is a small teaching package built around the flea beetles dataset.

Features

  • tidyverse-style data import and manipulation
  • one main analysis per .R file
  • roxygen2 comments added to exported functions
  • simple summaries and a nearest-centroid classifier

Main functions

  • beetle_data()
  • beetle_filter()
  • beetle_species()
  • beetle_counts()
  • beetle_mean()
  • beetle_sd()
  • beetle_range()
  • beetle_angle_degrees()
  • beetle_correlation()
  • beetle_centroid()
  • beetle_classify_nearest()