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 anyone please tell me how to draw 3D histogram in R

I have a 20X3 matirx. Now I want 2 of the variable on X and Y axis .And
Height of the bar should denote the value of third variable.

Thanx


Sumit

[[alternative HTML version deleted]]

__
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.
This email message, including any attachments, is for th...{{dropped:6}}

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


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] 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 anyone please tell me how to draw 3D histogram in R

I have a 20X3 matirx. Now I want 2 of the variable on X and Y axis .And
Height of the bar should denote the value of third variable.

Thanx


Sumit

[[alternative HTML version deleted]]

__
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.
This email message, including any attachments, is for th...{{dropped:6}}

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


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
> 
> -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 anyone please tell me how to draw 3D histogram in R
> 
> I have a 20X3 matirx. Now I want 2 of the variable on X and Y axis .And
> Height of the bar should denote the value of third variable.
> 
> Thanx
> 
> 
> Sumit
> 
> [[alternative HTML version deleted]]
> 
> __
> 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.
> This email message, including any attachments, is for ...{{dropped:11}}

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