generate_random_matrix | R Documentation |
Function to generate a random matrix with specified dimensions.
generate_random_matrix(rows, cols)
rows |
number of rows. |
cols |
number of columns. |
a random matrix of dimension rows times columns with elements from a standard normal distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.