View source: R/SeaSondeRCS_FOR.R
| seasonder_validateFORMethod | R Documentation |
This function checks whether the specified method for First Order Region (FOR) detection is supported. If an unsupported method is provided, it logs an error and aborts execution.
seasonder_validateFORMethod(method)
method |
A character string specifying the FOR processing method. Currently, only |
The function verifies that the method argument is valid. If the method is not recognized,
an error is raised using seasonder_logAndAbort.
Supported Methods:
"SeaSonde": Implements first-order region detection based on CODAR's SeaSonde methodology.
The function returns the input method invisibly if it is valid.
seasonder_validateFOR_parameters for FOR parameter validation.
seasonder_logAndAbort for error handling and logging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.