print.SeaSondeRAPM {SeaSondeR}R Documentation

Print a SeaSondeRAPM Object

Description

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.

Usage

## S3 method for class 'SeaSondeRAPM'
print(x, ...)

Arguments

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.

Value

The SeaSondeRAPM object itself, invisibly.

Examples

# Print metadata of a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
print(obj)

[Package SeaSondeR version 0.2.8 Index]