Generate Test Matrices for plotBubbles
Generate a test matrix of random numbers (mu
= mean and signa
= standard deviation), primarily for plotBubbles
.
genMatrix(m,n,mu=0,sigma=1)
m
: number of rowsn
: number of columnsmu
: mean of normal distributionsigma
: standard deviation of normal distributionAn m
by n
matrix with normally distributed random values.
Jon T. Schnute, Pacific Biological Station, Fisheries and Oceans Canada, Nanaimo BC
plotBubbles
local(envir=.PBSmodEnv,expr={ plotBubbles(genMatrix(20,6)) })