read.minilog: Read VEMCO Minilog Data

View source: R/read.minilog.R

read.minilogR Documentation

Read VEMCO Minilog Data

Description

VEMCO Minilog probes are used to measure water temperature and depth. These functions reads the ASCII formatted Minilog data or header information.

Usage

read.minilog(x, ...)

## Default S3 method:
read.minilog(x, file, offset = 0, echo = FALSE, ...)

## Default S3 method:
read.star.oddi(x, file, offset = 0, repeats = FALSE, verbose = FALSE, ...)

Arguments

x

Survey year or file name.

...

Other parameters passed onto locate functions or used to subset data.

file

File name(s).

offset

Numeric value specifying the offset time (in minutes) to include as a corrective in the data time stamps.

echo

Logical value specifying whether to report files being read to the R console.

year

Survey year(s).

survey

Survey type, as determined by the survey.scsset function.

tow.id

Numeric value or character string specifying the ID corresponding to a particular tow sampling station.

Methods (by class)

  • read.minilog(default): Read a Minilog data file.

Functions

  • read.star.oddi(default): Read a Star Oddi data file.

Examples

# Read snow crab survey Minilog data from 1997:
x <- read.minilog(1997)
x <- read.minilog(tow.id = 300)

# Read minilog headers:
files <- locate.minilog(year = 1999, project = "scs")
read.minilog.header(files)

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