View source: R/SeaSondeRCS_MUSIC.R
seasonder_setSeaSondeRCS_MUSIC | R Documentation |
This function assigns MUSIC analysis results to a SeaSondeRCS object. The MUSIC data is stored
within the object's MUSIC_data
attribute under the field MUSIC
. Currently, no explicit
validation is performed on the provided MUSIC data.
seasonder_setSeaSondeRCS_MUSIC(seasonder_cs_object, MUSIC)
seasonder_cs_object |
A |
MUSIC |
A data structure containing the MUSIC algorithm results. This is typically a list or tibble produced during the MUSIC processing workflow. |
This low-level setter function updates the SeaSondeRCS object's MUSIC data by assigning the provided
MUSIC results to the MUSIC
field within the MUSIC_data
attribute. It is intended for use
during the MUSIC processing workflow.
The updated SeaSondeRCS
object with the specified MUSIC data stored in its attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.