is_numeric_matrix | R Documentation |
this function checks if the input is a numeric (double) matrix of dimension n x m
is_numeric_matrix(x, n, m)
x |
is the input |
n |
is the input matrix rows |
m |
is the input matrix columns |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.