read.minilog | R Documentation |
VEMCO Minilog probes are used to measure water temperature and depth. These functions reads the ASCII formatted Minilog data or header information.
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, ...)
x |
Survey year or file name. |
... |
Other parameters passed onto |
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. |
read.minilog(default)
: Read a Minilog data file.
read.star.oddi(default)
: Read a Star Oddi data file.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.