search for: templong

Displaying 2 results from an estimated 2 matches for "templong".

Did you mean: templing
2012 Mar 27
0
sampling matrix 1 conditional on values in matrix 2
...e(x,441) bath<-matrix(x1,nrow=21) bathlong<-seq(149,151,by=.1) bathlat<-seq(-37,-35,by=.1) colnames(bath)<-bathlat rownames(bath)<-bathlong #temperature matrices with 0.25 x 0.25 degree resolution ##temp at 10m y<-seq(15,20,by=.01) y1<-sample(y,81) temp10<-matrix(y1,nrow=9) templong<-seq(149,151,by=.25) templat<-seq(-37,-35,by=.25) colnames(temp10)<-templat rownames(temp10)<-templong ##temp at 100m y<-seq(10,15,by=.01) y1<-sample(y,81) temp100<-matrix(y1,nrow=9) colnames(temp100)<-templat rownames(temp100)<-templong ##temp at 200m y<-seq(2,10,by...
2018 Aug 16
1
Thanks for help with validspamobject
Hi, Thanks for all your help. The problem with an error involving validspamobject() has been resolved, as a new version of spdep (0.7-7) was just released and it seems to have stopped using the deprecated function. Ron B. [[alternative HTML version deleted]]