extract_ctd_cast | R Documentation |
Extract cast data from CTD and UCTD casts.
extract_ctd_cast(cast.filename, type, skip = 79, min.Z = 2)
cast.filename |
Name of cast file. |
type |
Cast type (CTD or UCTD). |
skip |
Number of lines to skip (default = 79 for Valeport files) |
min.Z |
Minimum depth (Z, m) for identifying downcast data (default = 2) |
A data frame containing cast data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.