View source: R/data_functions.R
rmat | R Documentation |
Returns a matrix of size nrow x ncol from random numbers generated by FUN.
rmat(nrow = 3, ncol = 5, FUN = runif, ...)
nrow |
number of rows |
ncol |
number of columns |
FUN |
random number generator |
... |
parameters other than n passed to FUN |
runif
, rnorm
, rexp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.