Re: [R] Polygon Graph in lattice/ lattice extra

2010-08-13 Thread Felix Andrews
OK, I've added a 'horizontal' argument to panel.xyarea(), which is consistent with the meaning in panel.xyplot(). It is available from R-forge via SVN now, or as a built package within a day or 2 probably. Questions like this are best sent to package maintainers directly, I think. Regards # Felix

[R] Polygon Graph in lattice/ lattice extra

2010-08-13 Thread Sebastian
Hi, I'd like to draw a polygon graph. I used the package lattice extra which includes a function for that (see: http://latticeextra.r-forge.r-project.org/#panel.xyarea&theme=default). But i don't want the polygon ending with its filled border at the x-axis (like in my code). Instead it should be r

Re: [R] polygon graph

2009-12-02 Thread Peter Ehlers
Jose Narillos de Santos wrote: Hi all, I have a matrix dd with dates and data. i WANT to create a grpah with shade between the line and the zero axis. I´m trying to use polygon but something doesn´ t work Imagine. I want to plot g<-read.table("dd.txt", col.names=c("fecha","DP")) g$fecha <-

[R] polygon graph

2009-12-02 Thread Jose Narillos de Santos
Hi all, I have a matrix dd with dates and data. i WANT to create a grpah with shade between the line and the zero axis. I´m trying to use polygon but something doesn´ t work Imagine. I want to plot g<-read.table("dd.txt", col.names=c("fecha","DP")) g$fecha <- as.Date(g$fecha, format="%d/%m/%Y"