print.SeaSondeRAPM | R Documentation |
This function prints the details of a SeaSondeRAPM object, including the station code, original file name, site origin (latitude and longitude), and antenna bearing. It is primarily used for displaying the object's metadata in a human-readable format.
## S3 method for class 'SeaSondeRAPM'
print(x, ...)
x |
A SeaSondeRAPM object. This object should be created using the seasonder_createSeaSondeRAPM() function and must include a calibration matrix, a quality matrix, the BEAR attribute, and a StationCode. |
... |
Additional arguments that might be passed to other methods; currently not used. |
The SeaSondeRAPM object itself, invisibly.
# Print metadata of a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
print(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.