Message-ID: <CAAmySGOscL1=jUb7+7V3UaqJA1r6PjVD_cDK56EaaKQEcxoeFA@mail.gmail.com>
Date: 2012-10-10T20:03:37Z
From: R. Michael Weylandt
Subject: histogram & corelation plots
In-Reply-To: <1349884021441-4645726.post@n4.nabble.com>
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 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