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.