View source: R/char_validate_params.R
| char_validate_params | R Documentation |
Checks all user-supplied parameters for internal consistency and plausible ranges. Throws a descriptive error and halts if any check fails. Emits warnings for non-fatal but unusual settings.
char_validate_params(
char_data,
pretreatment,
smoothing,
peak_analysis,
results
)
char_data |
Numeric matrix (n x 6+). |
pretreatment |
List with |
smoothing |
List with |
peak_analysis |
List with |
results |
List (not checked; included for API symmetry). |
Mirrors CharValidateParams.m from the MATLAB v2.0 codebase. All 15
checks and 2 non-fatal warnings are reproduced in the same order.
NULL invisibly on success. Stops with an error on failure.
[char_parameters()], [CharAnalysis()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.