Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 321 Bytes

otoclass

R package for otolith classification

Installing the package

To install the package from GitHub use

library(devtools)
install_github("calbertsen/otoclass", subdir = "otoclass")

To do:

  • Implement summary, print, plot methods
  • Add better documentation
  • Add a vignette
  • Other improvements