validatePars {soundgen} | R Documentation |
Validate parameters
Description
Internal soundgen function
Usage
validatePars(p, gp, def, invalidArgAction = c("adjust", "abort", "ignore")[1])
Arguments
p |
parameter name |
gp |
parameter value |
def |
matrix or dataframe containing reference values (low, high, default) |
invalidArgAction |
what to do if an argument is invalid or outside the range: 'adjust' = reset to default value, 'abort' = stop execution, 'ignore' = throw a warning and continue (may crash) |
Details
Checks whether the value of a numeric parameter falls within the allowed range. Options: abort, reset to default, throw a warning and continue.
[Package soundgen version 2.7.3 Index]