View source: R/process.ECOVSF.R
process.ECOVSF | R Documentation |
ECO-VSF processing for discrete depth (or profile sampling not implemented yet)
process.ECOVSF(eco, station = NA, DateTime, Depth = NA, B.Anw = NA, G.Anw = NA, Salinity = 0, start = 1, end = 999)
eco |
is a list containing calibrated VSF data returned by
|
station |
is the station ID |
DateTime |
is a Date and Time stamp in POSIXct format |
Depth |
of sampling if data collected in discrete mode |
B.Anw |
Non-water absorption for the 470 nm band (Default = NA; no correction applied) |
G.Anw |
Non-water absorption for the 532 nm band (Default = NA; no correction applied) |
Salinity |
Salinity (Default = 0) |
start |
is the begining of the cast in seconds. If 999 then the user is prompt to click on the plot of VSF versus Time to choose the start and the end of the cast interactively. (Default = 1) |
end |
is the end of the cast in second. If 999 then it takes the end of the cast. (Default = 999) |
Simon Belanger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.