[R] 3D-barplots

Bill Simpson wsimpson at gcal.ac.uk
Fri May 28 15:43:20 CEST 1999


> How can I create 3D barplots in R.
So far as I know, the only 3D plots you can do in R are:
image()
persp()
contour()
filled.contour()

Maybe you mean a 3D barplot with each bar drawn as a solid square
column rather than as a rectangle:
   ________
  /       /
 /       /|
/_______/ |
|      |  |
|      |  |
|      |  |
|      |  |
|      |  |
|      |  |
|      | /
|______|/

If that's what you mean, why on earth would you want that?!

Bill

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list