Re: [R] lattice shingle plot axis annotation

2009-08-03 Thread Deepayan Sarkar
On Thu, Jul 30, 2009 at 12:43 AM, Armin Goralczykagoralc...@gmail.com wrote: Hello (R-)Experts I hope someone can help with this problem concerning axis annotation of a lattice shingle plot. I want a plot with three shingles to display some laboratory value over time. In the first panel over

[R] lattice shingle plot axis annotation

2009-07-30 Thread Armin Goralczyk
Hello (R-)Experts I hope someone can help with this problem concerning axis annotation of a lattice shingle plot. I want a plot with three shingles to display some laboratory value over time. In the first panel over the first few days, then in the next panel some months, and in the last panel

Re: [R] lattice shingle plot axis annotation

2009-07-30 Thread baptiste auguie
Hi, Chapter 8 of the lattice book has some examples (you can see the code and figures on r-forge). Perhaps you could try something like this, d = data.frame(x=1:10,y=1:10,f=sample(letters[1:2],10,repl=T)) axis.custom = function(side, ...){ if(side == bottom)