[R] how to change variable names in corrgram diagonal

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Aug 13 15:09:15 CEST 2012



On 13.08.2012 12:12, maxbre wrote:
> given this example
>
> library(corrgram)
>
> corrgram(mtcars[2:6], order=TRUE, upper.panel=panel.conf,
>           lower.panel=panel.pie,
>           diag.panel=panel.minmax,
>           text.panel=panel.txt)



I's just try the "labels" arguemnt and pass the labels there - and then 
write to the maintainer that the docs need to be updates, since "labels" 
work rather than being "Not used".

Best,
Uwe Ligges




>
> how can I change  the variable names in main diagonal?
> (so that I can put more informative names of variables)
>
> I think to understand that this should be done by modifing the panel.txt
> function but for some reasons I'm not able to put that into practice
> any help for this
>
> thank you
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/how-to-change-variable-names-in-corrgram-diagonal-tp4640156.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.
>



More information about the R-help mailing list