seasonder_setSeaSondeRAPM_SiteOrigin | R Documentation |
Setter for SiteOrigin
seasonder_setSeaSondeRAPM_SiteOrigin(seasonde_apm_obj, new_value)
seasonde_apm_obj |
SeaSonderAPM object |
new_value |
new value |
The modified SeaSondeRAPM object with updated SiteOrigin.
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
new_site_origin <- attributes(apm_obj)$SiteOrigin
apm_obj <- seasonder_setSeaSondeRAPM_SiteOrigin(apm_obj, new_site_origin)
print(attributes(apm_obj)$SiteOrigin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.