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
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
2 matches
Mail list logo