-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
project.org] On Behalf Of R. Michael Weylandt
Sent: Wednesday, October 10, 2012 3:04 PM
To: sagarnikam123
Cc: r-help at r-project.org
Subject: Re: [R] histogram & corelation plots
On Wed, Oct 10, 2012 at 4:47 PM, sagarnikam123
<sagarnikam123 at gmail.com> wrote:
i want to show histogram in innovative way (good if interactive) in
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