https://github.com/pmlmodelling/traitfinder
An R package for finding traits for benthic species
https://github.com/pmlmodelling/traitfinder
Last synced: 5 months ago
JSON representation
An R package for finding traits for benthic species
- Host: GitHub
- URL: https://github.com/pmlmodelling/traitfinder
- Owner: pmlmodelling
- License: gpl-3.0
- Created: 2024-02-01T14:40:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T13:59:16.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T16:08:30.122Z (almost 2 years ago)
- Language: R
- Size: 270 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traitfinder
R functions and data for inferring traits of benthic species
Installation
------------
You can install the development version of traitfinder from github using:
``` r
# install.packages("devtools")
devtools::install_github("pmlmodelling/traitfinder", dependencies = TRUE)
```
Example
------------
Currently the package is only able to identify whether benthic species are suspension or deposit feeders. This can be found as follows:
``` r
traitfinder::find_feeding("Acanthocardia tuberculata")
```