If I understand your question correctly, install the corrgram package from
CRAN.

Then,

library(corrgram)
cm <- cor(iris[ , 1:4])
corrgram(cm, type="corr")

Also, see help for the "vote" data:
?vote

Kevin Wright

On Tue, Jan 10, 2012 at 2:06 PM, Natbyah <nathanie...@gmail.com> wrote:

> I would like to make a correlogram in which I also have a correlation
> matrix
> instead of one of the panels.
> Is that possible?
>
> --
> View this message in context:
> http://r.789695.n4.nabble.com/Correlograms-tp4283245p4283245.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.
>



-- 
Kevin Wright

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to