Re: [R] plot correlation matrix

2013-10-21 Thread Jim Lemon
On 10/22/2013 01:45 AM, Alaios wrote: Hi all, I am having 4 vectors like Data: num [1:4, 1:32] -82.8 -81.8 -75.5 -107.6 -87.6 ... and I want to calculate the correlation between those. Is there a graphical way in R to plot the correlations or not? I would like to thank you in advance for your

Re: [R] plot correlation matrix

2013-10-21 Thread Kevin Wright
You could try the corrgram or corrplot packages. kw On Mon, Oct 21, 2013 at 9:45 AM, Alaios wrote: > Hi all, > I am having 4 vectors like > > Data: num [1:4, 1:32] -82.8 -81.8 -75.5 -107.6 -87.6 ... > > and I want to calculate the correlation between those. > > Is there a graphical way in R t