[R] histogram corelation plots

2012-10-10 Thread sagarnikam123
i want to show histogram in innovative way (good if interactive) in html
report..is threre any tutorials/hint
also there is any package to show correalation plot



--
View this message in context: 
http://r.789695.n4.nabble.com/histogram-corelation-plots-tp4645726.html
Sent from the R help mailing list archive at Nabble.com.

__
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] histogram corelation plots

2012-10-10 Thread R. Michael Weylandt
On Wed, Oct 10, 2012 at 4:47 PM, sagarnikam123 sagarnikam...@gmail.com wrote:
 i want to show histogram in innovative way (good if interactive) in html
 report..is threre any tutorials/hint
 also there is any package to show correalation plot

The histogram is well defined, so I'm not really sure how much
innovation you should do there. However, check

Acinonyx::ihist()

from Rforge (not R-forge) for interactive.

library(corrgram)

for correlation plots.

Cheers,
Michael

__
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] histogram corelation plots

2012-10-10 Thread David L Carlson
As for interactive plots, there is also aplpack (sliders for changing the
width of histograms, and density plots; iPlots; and iWebPlots.

--
David L Carlson
Associate Professor of Anthropology
Texas AM University
College Station, TX 77843-4352



 -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
 project.org] On Behalf Of R. Michael Weylandt
 Sent: Wednesday, October 10, 2012 3:04 PM
 To: sagarnikam123
 Cc: r-help@r-project.org
 Subject: Re: [R] histogram  corelation plots
 
 On Wed, Oct 10, 2012 at 4:47 PM, sagarnikam123
 sagarnikam...@gmail.com wrote:
  i want to show histogram in innovative way (good if interactive) in
 html
  report..is threre any tutorials/hint
  also there is any package to show correalation plot
 
 The histogram is well defined, so I'm not really sure how much
 innovation you should do there. However, check
 
 Acinonyx::ihist()
 
 from Rforge (not R-forge) for interactive.
 
 library(corrgram)
 
 for correlation plots.
 
 Cheers,
 Michael
 
 __
 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.

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