genMatrix {PBSmodelling} | R Documentation |
Generates a test matrix of random numbers (mean = mu and standard deviation = sigma), primarily for plotBubbles.
genMatrix(m,n,mu=0,sigma=1)
m |
number of rows |
n |
number of columns |
mu |
mean of normal distribution |
sigma |
standard deviation of normal distribution |
An m by n matrix with normally distributed random values.
plotBubbles(genMatrix(20,6))