View source: R/read.colorimeter.R
read.colorimeter | R Documentation |
Functions to find and access colour meter data from the snow crab survey.
read.colorimeter(...)
## S3 method for class 'colorimeter'
locate(x, year, source = "gulf.data", ...)
x |
Data object. |
year |
Survey year. |
tow.id |
Character string(s) specifying a tow identifier(s) (e.g. ‘GP313F’). |
locate(colorimeter)
: Locate snow crab colorimetry files.
read.colorimeter
# Locate data files:
locate.colorimeter() # Find all snow crab colorimeter data files.
locate.colorimeter(2020) # Find specific year.
locate.colorimeter(2017:2019) # Find set of years.
# Read data:
x <- read.colorimeter()
x <- read.colorimeter(2020)
x <- read.colorimeter(tow.id = "GP313F")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.