search for: matrixss

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

Did you mean: matrixes
2004 Oct 29
1
[rmetasim] Need help deciphering this error msg... targeted to those who use rmetasim...
...matrixS <- matrix( c(rep(0.1, 3*3)), ncol=3,nrow=3,byrow=TRUE ) 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))...