seasonder_getSeaSondeRCS_reference_noise_normalized_limits_estimation_interval | R Documentation |
This function extracts the reference noise normalized limits estimation interval from a
SeaSondeRCS object's attributes. These limits are stored under the attribute name
"reference_noise_normalized_limits_estimation_interval"
.
seasonder_getSeaSondeRCS_reference_noise_normalized_limits_estimation_interval(
seasonder_cs_object
)
seasonder_cs_object |
A SeaSondeRCS object. |
This interval is typically used during the noise level estimation process for the SeaSondeRCS object.
The reference noise normalized limits estimation interval as stored in the object.
# Create a minimal SeaSondeRCS object
cs_obj <- structure(list(data = list(a = 1, b = 2)), class = "SeaSondeRCS")
interval <- seasonder_getSeaSondeRCS_reference_noise_normalized_limits_estimation_interval(cs_obj)
print(interval)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.