validate_SeaSondeRAPM_BEAR | R Documentation |
This function validates if the provided BEAR is a numeric vector and if its length matches the number of columns in the calibration_matrix of the given SeaSondeRAPM object. It also validates that the bearings are between -180 and 180 degrees.
validate_SeaSondeRAPM_BEAR(vector, seasonde_apm_obj)
vector |
The numeric vector to be validated. |
seasonde_apm_obj |
The SeaSondeRAPM object for compatibility check. |
Returns TRUE if the validation passes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.