View source: R/SeaSondeRCS_FOR.R
seasonder_setSeaSondeRCS_NoiseLevel | R Documentation |
This function updates the noise level for a specified antenna within a SeaSondeRCS object. It retrieves the current "NoiseLevel" attribute (or initializes it with the default if missing), updates the noise level for the given antenna, and stores it back in the object.
seasonder_setSeaSondeRCS_NoiseLevel(
seasonder_cs_object,
NoiseLevel,
antenna = 3
)
seasonder_cs_object |
A SeaSondeRCS object. |
NoiseLevel |
A numeric value representing the new noise level to be set. |
antenna |
An integer specifying the antenna for which the noise level is updated. Default is 3. |
The updated SeaSondeRCS object with the modified "NoiseLevel" attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.