| bats | R Documentation |
Get BATS (Bermuda Atlantic Time-series Study) data
bats(dataset = "production")
dataset |
(character) One of production, zooplankton, or flux |
Only these three data sets for now. Others may follow.
## Not run:
# Production
(res <- bats("production"))
res$meta
res$vars
# Zooplankton
(res <- bats("zooplankton"))
res$meta
res$vars
# Flux
(res <- bats("flux"))
res$meta
res$vars
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.