seasonder_getFOR_parameters {SeaSondeR}R Documentation

Retrieve First Order Region (FOR) Parameters

Description

This function retrieves the First Order Region (FOR) parameters associated with a SeaSondeR cross-spectral object. If no FOR parameters are found in the object's attributes, it initializes them using seasonder_validateFOR_parameters.

Usage

seasonder_getFOR_parameters(seasonder_cs_object)

Arguments

seasonder_cs_object

A SeaSondeRCS object containing FOR-related metadata.

Details

The function extracts the FOR parameters stored within the object. If the parameters are missing, the function initializes them using seasonder_validateFOR_parameters and assigns default values where necessary.

FOR Parameters:

Value

A named list containing the validated FOR parameters.

See Also

seasonder_validateFOR_parameters for initializing and validating FOR parameters. seasonder_defaultFOR_parameters for retrieving default parameter values.


[Package SeaSondeR version 0.2.8 Index]