powered by
Create matrix of random values drawn from uniform distribution
runifm(nrow, ncol, min = 0, max = 1)
number of rows
numer of columns
lower limit of the distribution. Must be finite.
upper limit of the distribution. Must be finite.
a matrix
# NOT RUN { runifm(3, 3) runifm(4, 5, min = -1, max = 3) # }
Run the code above in your browser using DataLab