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
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
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]]
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
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
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
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
= 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-
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
9 matches
Mail list logo