read.netmind | R Documentation |
Functions to read Netmind acoustic trawl measurement data.
read.netmind(x, file, offset = 0, repeats = FALSE, verbose = FALSE, ...)
x |
Survey year or file name. |
file |
File name(s). |
offset |
Numeric value specifying the offset time (in minutes) to include as a corrective in the data time stamps. |
repeats |
Logical value specifying whether to keep or average out data records with identical time stamps. |
... |
Other parameters passed onto |
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 snow crab survey Netmind data from 1990 to 1994:
x <- read.netmind(1990:1994)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.