search for: temp200

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

Did you mean: temp20
2012 Mar 27
0
sampling matrix 1 conditional on values in matrix 2
...emplat<-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=.01) y1<-sample(y,81) temp200<-matrix(y1,nrow=9) colnames(temp200)<-templat rownames(temp200)<-templong ###temperature data is available in the form of lists of geo-referenced temperature profiles (e.g. here are three slices of temp data for region of interest, normally up to 60 slices for a region at 10m intervals) s...