Description Usage Arguments Value Examples
View source: R/matrix_create.R
Create a Matrix where you only need to specify which numbers you have to put in, and how it should be organiszed.
1 | matrix_create(string, nr1, nr2)
|
string |
Numbers to put in the matrix |
nr1 |
Number of rows |
nr2 |
Number of columns |
A matrix
1 2 | string <- c(1,1,1,1,1,1)
matrix_create(string, 2,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.