Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:Willem Vervoort”

countourplot background
Willem Vervoort · Feb 22, 2004 · r-help

Hi, Found the answer to the background myself: 'trellis.par.get' and 'trellis.par.set' background<-trellis.par.get("background") background$col<-"white" trellis.par.set("background", background) Willem -- Dr R.W. Vervoort McCaughey Senior Lecturer Hydrology and Catchment Management...

contourplots
Willem Vervoort · Feb 22, 2004 · r-help

Hi Silly question maybe, but I am only a novice. How do I make the background of contourplot white? I have tried bg, canvas, and all other possible option suggested under par and xyplot. But nothing seems to work. Since...

Behaviour of very large numbers
Willem Vervoort · Aug 30, 2007 · r-help

Dear all, I am struggling to understand this. What happens when you raise a negative value to a power and the result is a very large number? B [1] 47.73092 > -51^B [1] -3.190824e+81 # seems fine # now...

non-negative least-squares
Willem Vervoort · Mar 1, 2004 · r-help

Hi all, I am trying to do an inversion of electromagnetic data with non-negative least squares method (Tikhonov regularisation) and have got it programmed in S-Plus. However I am trying to move all my scripts from S-Plus...

panel.text and saving to pdf
Willem Vervoort · Jun 25, 2009 · r-help

Dear all, I am not sure what I am doing wrong, but I have some unexplained behaviour when saving a lattice graph including text to a pdf file. The text seems to move around. It must have something to do...

Histogram in Lattice with 3 factors
Willem Vervoort · Feb 11, 2008 · r-help

Thanks Deepayan, that did the trick Willem On Feb 12, 2008 9:46 AM, Deepayan Sarkar <deepayan.sarkar at gmail.com> wrote: > > On 2/11/08, willem vervoort <willemvervoort at gmail.com> wrote: > > Dear R-help list, > > > > I am trying...

Histogram in Lattice with 3 factors
Willem Vervoort · Feb 11, 2008 · r-help

Dear R-help list, I am trying to construct a lattice histogram using 3 factors. My dataframe looks like this: (simulating a waterbalance over groundwater with different salinities) s days model EC EC_max 0.4 1 "A" 10 9...

panel.text and saving to pdf
Willem Vervoort · Jun 28, 2009 · r-help

Hi all, IN the end the page() function was what I wanted. I was using levelplot in the actual code and I wanted different text in each of the panels. That was only possible with the paeg function or with...

panel.text and saving to pdf
Willem Vervoort · Jun 26, 2009 · r-help

Hi Uwe, I should send these messages from my member e-mail number Thanks for that. As you can see from the last bit of my code, I tried that, but it gave the same results. I had a look...

Behaviour of very large numbers
Willem Vervoort · Aug 31, 2007 · r-help

Thanks for all the points. Riding my bike back home I realised that the fractional power was a problem. I also forgot about the operator precedence: > b <- 48.3 > -53.1^b [1] -2.099256e+83 > (-53.1)^b [1...

how to use "replace" for efficiency
Willem Vervoort · Jul 25, 2007 · r-help

Hi I think I have been struggling to use replace correctly, I usually work my way around this using a loop, but I think this is in fact inefficient. I have a dataset with runoff from three plots and associated...

Can't find what you're looking for? Try searching with Google .