Skip to content

Rarefaction curve #201

Description

@TuomasBorman

To visualize the effect of rarefaction, one can visualize the species richness as a function of size of random sample.

This can be done with vegan, however, we might consider adding ggplot implementation to miaViz.

library(vegan)
data("dune")
rarecurve(dune, step = 1, sample = min(rowSums(dune)))
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions