search for: numpix

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

Did you mean: num_in
2012 Mar 16
2
plotting border over map
...r of grid lat.ll <- latll #lower left corner of grid lon.res <- lonres #resolution in degrees longitude lat.res <- latres #resolution in degrees latitude for (ki in 1:length(input)){ # plot for whole world sh<-dim(input[[ki]]$avg) numpix.x <- sh[1] #number of pixels in x directions in grid numpix.y <- sh[2] #number of pixels in y directions in grid #print(ki) #print(input[[ki]]$avg) mat <- t(input[[ki]]$avg)# length xs <- seq(lon.ll,by=lon.res,length=dim(mat)[2])+...