mauede <at> alice.it <mauede <at> alice.it> writes:

> 
> 
>  Please, is there an R function /package that allows for 3D stairway plots
like the attached one ?
>  In addition, how can I overlay a parametric grid plot??

  Not exactly, that I know of, but maybe you can adapt

library(rgl)
demo(hist3d)

  to do what you want.

  Most of the R graphics developers are unenthusiastic about 3D
graphics representations, thinking there is often a better (= easier
to actually draw quantitative conclusions from) way to present
the data in 2D (conditioning plots, bubble plots, etc.).

______________________________________________
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