Description Usage Arguments Details
Check if matrices satisfy input conditions
1 | input_checker(X, Y = NULL)
|
X |
Should be numeric matrix. |
Y |
Should be numeric matrix. |
This function throws an error if any of the elements is NA
, Inf
, NaN
or nrow(X)
doesn't match nrow(Y)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.