View source: R/SeaSondeRCS_MUSIC.R
seasonder_setSeaSondeRCS_MUSIC_parameters | R Documentation |
This function updates the MUSIC algorithm parameters stored in a SeaSondeRCS object's
MUSIC data attribute. The parameters are updated in the MUSIC options under the
MUSIC_parameters
field. Currently, no explicit validation of the provided parameters is performed.
seasonder_setSeaSondeRCS_MUSIC_parameters(
seasonder_cs_object,
MUSIC_parameters = seasonder_defaultMUSIC_parameters()
)
seasonder_cs_object |
A |
MUSIC_parameters |
A numeric vector of parameters for the MUSIC algorithm. Defaults to the result of |
The function assigns the provided MUSIC_parameters
vector to the
MUSIC_parameters
field within the MUSIC_options
list, which is stored
in the object's MUSIC_data
attribute. These parameters are used in various
steps of the MUSIC processing workflow.
The updated SeaSondeRCS
object with the new MUSIC parameters stored in its MUSIC options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.