search for: matrixmm

Displaying 1 result from an estimated 1 matches for "matrixmm".

Did you mean: matrixm
2004 Oct 29
1
[rmetasim] Need help deciphering this error msg... targeted to those who use rmetasim...
...) matrixM <- matrix( c(1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0), ncol=3,nrow=3,byrow=TRUE ) penguinland <- new.local.demo(penguinland,matrixR,matrixS,matrixM) matrixRR <- matrix( c(rep(0,6*6)), ncol=6,nrow=6,byrow=TRUE ) matrixSS <- matrix( c(rep(0,6*6)), ncol=6,nrow=6,byrow=TRUE ) matrixMM <- matrix( c(rep(0,6*6)), ncol=6,nrow=6,byrow=TRUE ) penguinland <- new.epoch(penguinland,matrixRR,matrixSS,matrixMM) penguinland <- new.locus(penguinland) penguinland <- new.individuals(penguinland, c(6, 4, 4, 3, 2, 5)) ## i get error here when simulate.landscape() executed... #+ #+ E...