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
- Host: GitHub
- URL: https://github.com/calbertsen/otoclass
- Owner: calbertsen
- Created: 2014-10-14T13:41:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T18:30:08.000Z (over 1 year ago)
- Last Synced: 2025-07-30T23:50:39.401Z (5 months ago)
- Topics: contour-detection, otolith-classification, otolith-shape, otoliths, r, r-package
- Language: R
- Size: 7.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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