Skip to content

Files

Latest commit

0dd1158 · Feb 13, 2025

History

History
26 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 668 Bytes

Sybil

Sybil is an R package that provides a convenient way of testing a range of thresholds for rarefaction, evaluating the effect of different values on ordination results.

Installation

Some package dependencies are hosted on Bioconductor. In order to install them you need to install {BiocManager}:

if (!require("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}
BiocManager::install(version = "3.20")

You can install the latest version of Sibyl from Github with:

BiocManager::install("Headonpillow/Sibyl", 
dependencies = TRUE, build_vignettes = TRUE, force = TRUE)