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
--------------------------------------------------------

This is not an offer (or solicitation of an offer) to buy/se...{{dropped}}

______________________________________________
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