runifmat | R Documentation |
Create a matrix or data frame of defined dimensions, whose columns are random uniform vectors
runifmat(
nrow = 10,
ncol = 10,
min = 0,
max = 1,
return.df = FALSE,
seed = NULL
)
nrow |
Integer: Number of rows. |
ncol |
Integer: Number of columns. |
min |
Float: Min. |
max |
Float: Max. |
return.df |
Logical: If TRUE, return data.frame, otherwise matrix. |
seed |
Integer: Set seed for |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.