.check_input {imagefluency} | R Documentation |
.check_input
Description
.check_input
is a helper function of the
rquantae
package that checks whether the input is
a matrix of numeric or integer values. Error message are
thrown if that is not the case.
Usage
.check_input(img, f_call = NULL)
Arguments
img |
An object that needs to checked. |
f_call |
The name of the function inside which the
|
Value
An error message if the check fails.
[Package imagefluency version 0.2.5 Index]