View source: R/SeaSondeRCS_FOR.R
seasonder_getFOR_flim | R Documentation |
This function retrieves the null limit ('flim') parameter for FIRST Order Region processing from a SeaSondeRCS object.
seasonder_getFOR_flim(seasonder_cs_object)
seasonder_cs_object |
A SeaSondeRCS object containing FOR parameters. |
The value of the 'flim' parameter.
# Minimal example for seasonder_getFOR_flim
cs_file <- system.file("css_data/CSS_TORA_24_04_04_0700.cs", package = "SeaSondeR")
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
cs_obj <- seasonder_createSeaSondeRCS(cs_file, seasonder_apm_object = apm_obj)
flim_value <- seasonder_getFOR_flim(cs_obj)
print(flim_value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.