seasonder_setSeaSondeRAPM_quality_matrix | R Documentation |
Setter for quality_matrix
seasonder_setSeaSondeRAPM_quality_matrix(seasonde_apm_obj, new_value)
seasonde_apm_obj |
SeaSonderAPM object |
new_value |
new value |
The modified SeaSondeRAPM object with updated quality_matrix.
# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
# Retrieve the existing quality_matrix
new_quality_matrix <- attributes(obj)$quality_matrix
# Update quality_matrix in the object
obj <- seasonder_setSeaSondeRAPM_quality_matrix(obj, new_quality_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.