Skip to content

andrew-edwards/eDNAcutoff

Repository files navigation

eDNAcutoff - an R package for detecting suspected false positives in eDNA samples

Travis-CI Build Status

Based on a manuscript in preparation.

Davon and Ben - you should be able to install and play around with it (providing the badge above says 'build' and then 'passing' in green, else it won't install).

Vignette

The vignette showing examples of the functions is available here, and directly in the package (see below).

To install from GitHub

You need the package devtools, so you need to install it once:

install.packages("devtools")

This enables installation directly from the GitHub site:

devtools::install_github("andrew-edwards/eDNAcutoff", build_vignettes = TRUE)
library(eDNAcutoff)

Then try

vignette("remove-false-positives", package="eDNAcutoff")

which should show the vignette in an html browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages