binMeanPressureCtd | R Documentation |
Vertically average and CTD object through pressure by defined bins and tolerances.
binMeanPressureCtd(x, bin, tolerance, trimBin = TRUE, method = "mean")
x |
a ctd object |
bin |
a vector of numerical values of the center of the bin |
tolerance |
a vector of numerical values of the tolerance for the bin |
trimBin |
a logical value indicating if the supplied bin values should be trimmed to the maximum pressure, default is TRUE. |
method |
a character vector indicating the type of averaging to do. Ones that are currently
available include |
a ctd object that has the same metadata and processing log as the supplied ctd object, but with bin-averaged data.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.