Learn R Programming

vprr (version 0.2.3)

ctd_cast: 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
)

Value

Outputs either data frame or oce ctd object

Arguments

data

an oce ctd object

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

Author

K Sorochan, E Chisholm