seasonder_readPhaseFile | R Documentation |
This function reads a phase correction file and extracts phase correction values.
seasonder_readPhaseFile(file_path)
file_path |
The path to the phase correction file. |
A numeric vector with two elements: phase corrections for the two channels.
# Read phase corrections from sample file
phase_file <- system.file("css_data/Phases.txt", package = "SeaSondeR")
phase_corrections <- seasonder_readPhaseFile(phase_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.