[R] visualize correlation matrix

Kevin Wright kw.stat at gmail.com
Mon Jun 18 04:23:29 CEST 2012


You can also try the corrgram package.

Kevin


On Sun, Jun 17, 2012 at 4:06 AM, Christof Kluß <ckluss at email.uni-kiel.de> wrote:
> Hi
>
> is there a easy way to get something like
> http://addictedtor.free.fr/graphiques/graphcode.php?graph=137
>
> pairs(USJudgeRatings[,c(2:3,6,1,7)],
>  lower.panel=panel.smooth, upper.panel=panel.cor)
>
> but without the "lower.panel" (and without numbers and ticks at the border.)
>
> thx
> Christof
>
> ______________________________________________
> R-help at 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.



-- 
Kevin Wright



More information about the R-help mailing list