View source: R/read_formphyto.R
read_formphyto | R Documentation |
Format phytoplankton data
read_formphyto(datin)
datin |
input |
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.
A formatted data.frame
with phytoplankton count data
read_importphyto
## Not run:
# file path
xlsx <- '~/Desktop/phyto_data.xlsx'
# load and assign to object
phytodata <- read_importphyto(xlsx, download_latest = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.