seasonder_initializeAttributesSeaSondeRAPM {SeaSondeR}R Documentation

Initialize Attributes for a SeaSondeRAPM Object

Description

This function initializes attributes for a SeaSondeRAPM object, including metadata and properties.

Usage

seasonder_initializeAttributesSeaSondeRAPM(calibration_matrix, ...)

Arguments

calibration_matrix

A 2 x b complex matrix, where b is the number of bearings for calibration.

...

Additional named attributes that may override the defaults.

Details

The function initializes the following attributes:

Value

A list containing initialized attributes for a SeaSondeRAPM object.

See Also

seasonder_createSeaSondeRAPM, seasonder_validateAttributesSeaSondeRAPM

Examples

  # Initialize attributes for a dummy calibration matrix
  attrs <- seasonder_initializeAttributesSeaSondeRAPM(matrix(1:6, nrow = 3))

[Package SeaSondeR version 0.2.8 Index]