View source: R/SeaSondeRCS_FOR.R
seasonder_setFOR_fdown | R Documentation |
This function sets the power dropoff threshold (fdown
) used to define the lower limit of the first-order region.
seasonder_setFOR_fdown(seasonder_cs_object, fdown)
seasonder_cs_object |
A SeaSondeRCS object with FOR parameters. |
fdown |
A numeric value specifying the new dropoff threshold. |
The updated SeaSondeRCS object with the new fdown
value.
# Set sample file paths
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")
# Read the antenna pattern file to create a SeaSondeRAPM object
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
# Create a SeaSondeRCS object from a spectral file
cs_obj <- seasonder_createSeaSondeRCS(cs_file, seasonder_apm_object = apm_obj)
cs_obj <- seasonder_setFOR_fdown(cs_obj, 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.