seasonder_readSeaSondeRAPMFile | R Documentation |
This function reads a SeaSonde APM file and returns a SeaSondeRAPM object containing the parsed data.
seasonder_readSeaSondeRAPMFile(
file_path,
override_antenna_bearing = NULL,
override_phase_corrections = NULL,
override_amplitude_factors = NULL,
override_SiteOrigin = NULL,
...
)
file_path |
The path to the SeaSonde APM file to read. |
override_antenna_bearing |
If not NULL, overrides the Antenna Bearing data in the file. |
override_phase_corrections |
If not NULL, overrides the phase corrections in the file. |
override_amplitude_factors |
If not NULL, overrides the amplitude factors in the file. |
override_SiteOrigin |
If not NULL, overrides the SiteOrigin attribute. |
... |
Additional arguments passed to the object creation function. |
A SeaSondeRAPM object containing the parsed data.
seasonder_createSeaSondeRAPM
seasonder_validateAttributesSeaSondeRAPM
# Read a test SeaSondeRAPM object from sample file
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.