Re: [R] Multiple plots; single x(y) labels

2010-05-14 Thread Gurmeet
t;, main = "", ylab="", xlab="") plot(x <- sort(rnorm(47)), type = "s", main = "", ylab="", xlab="") plot(x <- sort(rnorm(67)), type = "s", main = "", ylab="", xlab="") mtext(&qu

Re: [R] 'cuts' option in levelplot()

2010-04-20 Thread Gurmeet
Thanks David! :P On Tue, Apr 20, 2010 at 11:02 PM, David Winsemius wrote: > > On Apr 20, 2010, at 10:43 PM, Gurmeet wrote: > > Hi All, >> >> Does anyone knows what exactly "cuts=some number" (say 15) does in >> lattice's >> levelplot(). I doub

[R] 'cuts' option in levelplot()

2010-04-20 Thread Gurmeet
Hi All, Does anyone knows what exactly "cuts=some number" (say 15) does in lattice's levelplot(). I doubt this but does it uses cut() internally, something like cut(z, 15)? Thanks, Gurmeet [[alternative HTML version deleted]]

Re: [R] Multi-panel Pie Charts.

2010-03-24 Thread Gurmeet
Thanks Charlie... I think its worth exploring ggplot2 functionality. On Wed, Mar 24, 2010 at 4:06 PM, Sharpie wrote: > > > Thanks for your reply Sharpie. I completely understand that it may not be > > the best to go with muti-panel pie charts, but my group would like to > have > > this utility a

Re: [R] Multi-panel Pie Charts.

2010-03-24 Thread Gurmeet
Hi Jim, exactly what we are expecting. Thanks a lot for your efforts... it should be really helpful! On Wed, Mar 24, 2010 at 10:50 PM, Jim Lemon wrote: > On 03/25/2010 06:00 AM, Gurmeet wrote: > >> Hi All, >> >> I'm trying to find out a way to plot multi-panel pie

[R] Multi-panel Pie Charts.

2010-03-24 Thread Gurmeet
a ccall$panel <- panel ccall$default.scales <- list(draw = FALSE) ccall[[1]] <- quote(lattice::barchart) ans <- eval.parent(ccall) ans$call <- ocall ans } ## Figure 14.5 par(new = TRUE) piechart(foo) Thanks in advance, Gurmeet [[alternativ

Re: [R] calling map() in xyplot()

2010-03-10 Thread Gurmeet
Thanks Felix and David. [Actually, don't go by variable name us.map, I was using an example I found online...] On Tue, Mar 9, 2010 at 11:43 PM, David Winsemius wrote: > > On Mar 9, 2010, at 10:42 PM, Gurmeet wrote: > > Hi All, >> >> I'm trying to add a map on t

[R] calling map() in xyplot()

2010-03-09 Thread Gurmeet
= function(...) { panel.polygon(us.map$x,us.map$y) panel.xyplot(...) } ) Any help would be greatly appreciated, Gurmeet [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] title problem

2009-11-21 Thread Gurmeet
ine of the plot. Arguments here are for "bottom", "left", "top", "right"; which ofcourse can be changed according to need. HTH Gurmeet On Sat, Nov 21, 2009 at 11:21 AM, carol white wrote: > Hi, > I got problem in using title function to create a tit