View source: R/MizerParams-class.R
| check_finite | R Documentation |
Gives an error if any of the arrays in the MizerParams object contains non-finite values, with the exception of the maximum intake rate, which is allowed to be infinite.
check_finite(params)
params |
A MizerParams object. |
This check is cheap and is run on every call to validParams(), also when
the repair work is skipped, because it catches exactly the kind of damage
that the fingerprint in validation_key() does not cover: a bad value
written into an array whose shape is unchanged.
TRUE, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.