seasonder_setSeaSondeRCS_data | R Documentation |
Setter for data
seasonder_setSeaSondeRCS_data(seasonder_cs_object, data)
seasonder_cs_object |
SeaSondeRCS object |
data |
new value |
A SeaSondeRCS object with updated data.
seasonder_validateCSDataStructure
# Minimal example for seasonder_setSeaSondeRCS_data
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)
new_data <- seasonder_getSeaSondeRCS_data(cs_obj)
cs_obj <- seasonder_setSeaSondeRCS_data(cs_obj, new_data)
str(seasonder_getSeaSondeRCS_data(cs_obj))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.