search for: raingaug

Displaying 3 results from an estimated 3 matches for "raingaug".

Did you mean: raingauge
2009 Oct 12
0
combining/overlaying boxplot and barplot
Dear all, I would like to visualise when days are rainy or dry in bar/boxplots. Therefore I've tried to combine raingauge data (boxplots) and percentage of raingauges with 0mm measurements (barplot). See attachment mei2004.pdf (if it came through). I've come this far: barplot(dcp0[monthindex], col="gray", border=NA, axes=F) boxplot(t(dcpn[monthindex,]), names=dates$day[monthindex], main=month, outline=...
2008 Sep 16
1
Blank certain areas of a contour plot
Hi, I'm interpolating a list of syncronous accumulated precipitation observations collected over a number of raingauge stations sited over land, over a regular lat/lon grid using akima's interp(). Then, I plot and locate geographycally the resulting field with a filled.contour() and a call to map(). Everything is fine but I need to "blank" (in Golden Surfer nomenclature) the areas of my domain th...
2010 Aug 19
0
2d kriging with anisotropy on an irregular network (RandomFields Package)
...kage. rm(list=ls()) library(RandomFields) ############### # PARAMETERS ############### Mean<-1 Variance<-4.5 Range<-1 nbRainG<-20 rPoint <- 1:nbRainG points1 <- rPoint xMax<-5 yMax<-10 ############################################################## #CREATION OF AN IRREGULAR RAINGAUGE NETWORK, DATA SIMULATION ############################################################## model="exponential" param1 <- c("mean"=Mean,"variance"=Variance,"nugget"=0,"scale"=Range) RFparameters(PracticalRange=FALSE) data <- GaussRF(points1, grid...