Re: [R] 3d plot with dates on axis

2007-09-24 Thread Duncan Murdoch
On 9/24/2007 10:48 AM, Li, Yan (IED) wrote: > Hi all, > > I'd like to make a 3D plot with dates on one of the axes. For example, > > date1 <- as.Date("2007-01-25") + seq(10) > y <- seq(10) > z <- seq(10) > > I want to plot date1 on one axis, y on the other, and z as the height, > with the points

[R] 3d plot with dates on axis

2007-09-24 Thread Li, Yan (IED)
Hi all, I'd like to make a 3D plot with dates on one of the axes. For example, date1 <- as.Date("2007-01-25") + seq(10) y <- seq(10) z <- seq(10) I want to plot date1 on one axis, y on the other, and z as the height, with the points connected. Any help would be highly appreciated! Yan