search for: geneticlh

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

Did you mean: geneticlhs
2015 Dec 17
1
array() ignores illegal non-list dimnames
...c("Rows","Cols"))) Error in matrix(11:14, 2, 2, dimnames = c("Rows", "Cols")) : 'dimnames' must be a list > str(array(11:14, dim=c(2, 2), dimnames=c("Rows","Cols"))) int [1:2, 1:2] 11 12 13 14 I noticed this in lhs:::geneticLHS, which has the line J <- array(NA, dim = c(n, k, pop), dimnames = c("points", "variables", "hypercubes")) where the non-list dimnames has no effect, and no warning or error. Bill Dunlap TIBCO Software wdunlap tibco.com