[R] how to change variable names in corrgram diagonal
maxbre
mbressan at arpa.veneto.it
Mon Aug 13 12:12:31 CEST 2012
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)
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.
More information about the R-help
mailing list