Re: [R] 3D histogram

2008-06-20 Thread Gabor Csardi
Maybe I'm missing something, but where is the 3D here? My tip is hist3d in package rgl. But there might be others, it might worth to search the archive, I remember seeing this question once. Gabor On Fri, Jun 20, 2008 at 08:55:36AM -0400, Richardson, Patrick wrote: > Try > > ?hist > > -a

Re: [R] 3D histogram

2008-06-20 Thread Richardson, Patrick
Actually, have a look at the rgl package and this link http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/r/3d_bar_chart/ It points to bar charts, but there is some valuable info on 3D histograms as well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [R] 3D histogram

2008-06-20 Thread Richardson, Patrick
Try ?hist -and- ?plot.histogram You should find what you need there. Cheers, Patrick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sumit gupta Sent: Friday, June 20, 2008 8:46 AM To: r-help@r-project.org Subject: [R] 3D histogram Hii.. Could anyo