The goal of planktonr is to support counting plankton on a base plate. Analysts often don’t want to count everything, as that will take ages. Rather, they aim to count as few things as possible without exceeding an acceptable amount of error. planktonr
helps researchers determine such sample sizes.
You can install planktonr from github with:
# install.packages("devtools")
devtools::install_github("annakrystalli/planktonr")
Launch the app by loading the package and running:
library(planktonr)
planktr_runApp()