View source: R/SeaSondeRCS_FOR.R
| seasonder_setSeaSondeRCS_FOR_MAXP | R Documentation |
This function assigns the computed maximum power values (MAXP) for each range cell
in the First Order Region (FOR) to the SeaSondeRCS object.
seasonder_setSeaSondeRCS_FOR_MAXP(seasonder_cs_object, FOR_MAXP)
seasonder_cs_object |
A |
FOR_MAXP |
A list containing the maximum power values for each range cell. |
The maximum power (MAXP) represents the highest spectral power detected in the first-order region.
This value is extracted from the self-spectra and used for setting first-order boundaries.
Validation Considerations:
The function does not currently perform explicit validation on FOR_MAXP.
Future improvements should ensure that FOR_MAXP contains numeric values corresponding to each range cell.
The updated SeaSondeRCS object with the MAXP values stored in the FOR_data attribute.
seasonder_findFORNulls for computing MAXP.
seasonder_setSeaSondeRCS_FOR_MAXP.bin for setting maximum power bin indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.