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