An open API service indexing awesome lists of open source software.

https://github.com/calbertsen/otoclass

R-package for otolith classification
https://github.com/calbertsen/otoclass

contour-detection otolith-classification otolith-shape otoliths r r-package

Last synced: 5 months ago
JSON representation

R-package for otolith classification

Awesome Lists containing this project

README

          

# 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