section_oce | R Documentation |
Extract scans within a time or scan interval from an ctd object. Time- is time elapsed since measurements started.
section_oce(x, by = "timeS", start = NULL, end = NULL, cast_direction = NULL)
x |
ctd object |
by |
Sectioning variable as a character vector ("timeS", "scan", "datetime") |
start |
Numeric or POSIXct. Start time or scan to include. |
end |
Numeric or POSIXct. End time or scan to include. |
cast_direction |
Cast direction ("downcast", "upcast", "bottom) |
An ctd object that only includes variables that were collected within the time/scan interval.
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.