View source: R/seasonder_generics.R
seasonder_getVersion | R Documentation |
Get the version value from a SeaSondeR object
seasonder_getVersion(seasonder_obj)
seasonder_obj |
A SeaSondeR object. |
The version value.
# Get version from a SeaSondeRCS object
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)
value <- seasonder_getVersion(cs_obj)
print(value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.