Skip to contents

Setter for quality_matrix

Usage

seasonder_setSeaSondeRAPM_quality_matrix(seasonde_apm_obj, new_value)

Arguments

seasonde_apm_obj

SeaSonderAPM object

new_value

new value

Value

The modified SeaSondeRAPM object with updated quality_matrix.

Examples

# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
# 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)