Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 615 Bytes

soar: species occupancy aggregator in R

Aggregator for citizen science data Ashley Woods, Dan McGlinn

How to install soar

The easiest option is to install the package directly from GitHub using the package devtools. If you do not already have devtools installed then need to install it.

install.packages('devtools')
library(devtools)

Then to install the package from github:

install_github('mcglinnlab/soar')

Launch the GUI

library(soar)
gui()

Have fun entering in species common or scientific names. We'll be adding more in time. Please leave us feedback as an issue!