Skip to contents

This function obtains the species counts identified with the eDNA Metabarcoding

Usage

project_eDNAMetabarcoding(taxize = FALSE, MPA = NULL)

Arguments

taxize

a Boolean indicating if the data frame names should be categorized by subphylum. If FALSE the species names will be given. Note that if the subphylum is "Vertabrae" the class will be given instead

MPA

the name of an MPA in Atlantic Canada. Options include BancDesAmericains, basinHead, eastport, gilbertBay, gully, laurentianChannel, musquashEstuary, or stAnnsBank. If NULL all data plotted

Value

dataframe

Examples

if (FALSE) { # \dontrun{
data <- project_eDNAMetabarcoding(taxize=TRUE)
} # }