read.colorimeter: Locate and Read Colorimetry Data

View source: R/read.colorimeter.R

read.colorimeterR Documentation

Locate and Read Colorimetry Data

Description

Functions to find and access colour meter data from the snow crab survey.

Usage

read.colorimeter(...)

## S3 method for class 'colorimeter'
locate(x, year, source = "gulf.data", ...)

Arguments

x

Data object.

year

Survey year.

tow.id

Character string(s) specifying a tow identifier(s) (e.g. ‘GP313F’).

Functions

  • locate(colorimeter): Locate snow crab colorimetry files.

See Also

read.colorimeter

Examples

# 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")


TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.