seasonder_getSeaSondeRCS_ProcessingSteps | R Documentation |
Getter for ProcessingSteps
seasonder_getSeaSondeRCS_ProcessingSteps(seasonder_cs_object)
seasonder_cs_object |
SeaSonderCS object |
A list containing the processing steps of the SeaSondeRCS object.
# Create a SeaSondeRCS object for examples
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)
# Retrieve processing steps
processing_steps <- seasonder_getSeaSondeRCS_ProcessingSteps(cs_obj)
print(processing_steps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.