Description Usage Arguments Value
Evaluates integrity of the input matrix.
1 | validateMatrix(mat, checkRowNames = TRUE, allowNa = TRUE)
|
mat |
The matrix to validate. |
checkRowNames |
Check rownames are present? Stop execution if TRUE and mat does not contain rownames. |
allowNa |
Allow NA presence in mat? Stop execution if NAs are found in mat. |
TRUE if no errors are found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.