[R] bug in geoR (?)

2005-12-13 Thread Antonio, Fabio Di Narzo
I've enconuntered this problem with the last cran version of geoR: library(geoR) day - rep(1:2, each=5) coords - matrix(rep(runif(10),2), 10, 2) data - rnorm(10) data[1] - NA as.geodata(cbind(coords, data, day), realisations=4) as.geodata: 1 points removed due to NA in the data Errore in

Re: [R] bug in geoR (?)

2005-12-13 Thread Paulo Justiniano Ribeiro Jr
-help@stat.math.ethz.ch Subject: [R] bug in geoR (?) I've enconuntered this problem with the last cran version of geoR: library(geoR) day - rep(1:2, each=5) coords - matrix(rep(runif(10),2), 10, 2) data - rnorm(10) data[1] - NA as.geodata(cbind(coords, data, day), realisations=4) as.geodata: 1