Create a matrix or data frame of defined dimensions, whose columns are random normal vectors
rnormmat(nrow = 10, ncol = 10, mean = 0, sd = 1,
return.df = FALSE, seed = NULL)
Integer: Number of rows. Default = 10
Integer: Number of columns. Default = 10
Float: Mean. Default = 0
Float: Standard deviation. Default = 1
Logical: If TRUE, return data.frame, otherwise matrix. Default = TRUE
Integer: Set seed for rnorm
. Default = NULL