Format phytoplankton data
Arguments
- datin
input
data.frame
loaded fromread_importphyto
Details
Only seven taxonomic groups are summarized. Pyrodinium bahamense, Karenia brevis, Tripos hircus, Pseudo-nitzschia sp., and Pseudo-nitzschia pungens are retained at the species level. Diatoms are summarized at the class level using Bacillariophyceae, Coscinodiscophyceae, and Mediophyceae and Cyanobacteria are summarized at the phylum level using Cyanobacteriota. All other taxa are grouped into an "other" category.
Examples
if (FALSE) { # \dontrun{
# file path
xlsx <- '~/Desktop/phyto_data.xlsx'
# load and assign to object
phytodata <- read_importphyto(xlsx, download_latest = TRUE)
} # }