I have recently discovered the "playwith" library, which is great for
creating complex lattice objects.
If you start with a simple lattice plot then modify it using playwith, you
can export the code to produce the spiffed up plot.

I noticed this function at the bottom of the xyplot documentation in zoo:
library/zoo/html/xyplot.zoo.html

# playwith (>= 0.8-55)
library("playwith")
z3 <- zoo(cbind(a = rnorm(100), b = rnorm(100) + 1), as.Date(1:100))
playwith(xyplot(z3), time.mode = TRUE)


On Wed, Jul 1, 2009 at 11:58 AM, Michael <comtech....@gmail.com> wrote:

> Hi all,
>
> Could anybody point me to some latest productivity tools in R? I am
> interested in speeding up my R programming and improving my efficiency
> in terms of debugging and developing R programs.
>
> I saw my friend has a R Console window which has automatic syntax
> reminder when he types in the first a few letters of R command. And
> he's using R under MAC. Is that a MAC thing, or I could do the same on
> my PC Windows?
>
> More pointers about using R for efficiency in development are highly
> apprecaited!
>
> Thanks a lot!
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to