ctd_cast {vprr} | R Documentation |
Isolate ascending or descending section of ctd cast
Description
This is an internal step required to bin data
Usage
ctd_cast(
data,
cast_direction = "ascending",
data_type,
cutoff = 0.1,
breaks = NULL
)
Arguments
data |
an |
cast_direction |
'ascending' or 'descending' depending on desired section |
data_type |
specify 'oce' or 'df' depending on class of desired output |
cutoff |
Argument passed to ctdFindProfiles |
breaks |
Argument passed to ctdFindProfiles |
Value
Outputs either data frame or oce ctd object
Note
ctdFindProfiles
arguments for minLength
and cutOff
were updated to
prevent losing data (EC 2019/07/23)
Author(s)
K Sorochan, E Chisholm
[Package vprr version 0.2.3 Index]