View source: R/SeaSondeRCS_FOR.R
| seasonder_setSeaSondeRCS_FOR_SS_Smoothed | R Documentation |
This function assigns a smoothed self-spectra (SS) matrix to the First Order Region (FOR) data
within a SeaSondeRCS object. This smoothed matrix is used in FOR processing to improve
the detection of the first-order region.
seasonder_setSeaSondeRCS_FOR_SS_Smoothed(seasonder_cs_object, FOR_SS_Smoothed)
seasonder_cs_object |
A |
FOR_SS_Smoothed |
A matrix containing the smoothed self-spectra data. |
The function assigns the provided smoothed self-spectra matrix to the FOR_data attribute
of the SeaSondeRCS object. This matrix is typically generated using
seasonder_SmoothSS and applied to antenna 3.
Validation Considerations:
The function currently lacks explicit validation for FOR_SS_Smoothed.
Future improvements should include checking whether FOR_SS_Smoothed is a matrix and
ensuring its dimensions match the original self-spectra structure.
The updated SeaSondeRCS object with the smoothed self-spectra stored in the FOR_data attribute.
seasonder_SmoothSS for generating the smoothed self-spectra.
seasonder_SmoothFORSS for applying smoothing and setting the result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.