validate_SeaSondeRAPM_quality_matrix {SeaSondeR} | R Documentation |
Validate quality_matrix Attribute for a SeaSondeRAPM Object
Description
This function validates if the provided quality_matrix is a 3-row complex matrix. It also checks if the number of columns matches that of the calibration_matrix in the given SeaSondeRAPM object.
Usage
validate_SeaSondeRAPM_quality_matrix(matrix, seasonde_apm_obj)
Arguments
matrix |
The matrix to be validated. |
seasonde_apm_obj |
The SeaSondeRAPM object for compatibility check. |
Value
Returns TRUE if the validation passes.
[Package SeaSondeR version 0.2.8 Index]