Re: [R] corrgram (package corrgram): how to plot multiple correlograms in the same page?

2013-08-22 Thread Kevin Wright
When you are using a package from CRAN, you should probably contact the author of the package (in this case, that is me) with questions, instead of asking on R-help. The corrgram package DOES use base graphics. For instance, when using 3 variables, each one of the squares of the corrgram is using

Re: [R] corrgram with two datasets

2013-06-27 Thread ilai
?pairs On Thu, Jun 27, 2013 at 2:48 AM, Meesters, Aesku.Kipp Institute < meest...@aesku-kipp.com> wrote: > Hi, > > I would like to display inter-parameter scatter plots like those with the > corrgram package (see upper triangle here: > http://www.statmethods.net/advgraphs/images/corrgram2.png ),

Re: [R] corrgram

2012-09-25 Thread Kevin Wright
Um, Bert, did you try my example? It uses grid graphics to annotate a base-graphics plot. Kevin On Tue, Sep 25, 2012 at 10:50 AM, Bert Gunter wrote: > Inline: > > On Tue, Sep 25, 2012 at 8:42 AM, Kevin Wright wrote: >> Claudia, When you are asking a question about a particular _package_, >> y

Re: [R] corrgram

2012-09-25 Thread Bert Gunter
Inline: On Tue, Sep 25, 2012 at 8:42 AM, Kevin Wright wrote: > Claudia, When you are asking a question about a particular _package_, > you should try to contact the package maintainer with the question. > > Now, to answer your question...There is no simple way. You can always > use the "grid" pa

Re: [R] corrgram

2012-09-25 Thread Kevin Wright
Claudia, When you are asking a question about a particular _package_, you should try to contact the package maintainer with the question. Now, to answer your question...There is no simple way. You can always use the "grid" package to annotate plots however you like. Here is an example that shows

Re: [R] corrgram

2012-08-28 Thread Rui Barradas
Hello, You should say which package you are getting 'corrgram' from. I'll assume it's from package corrgram. The answer to your question is not in the help page but part of it is, it says it calls function 'col.corrgram'. And R is open source so a quick look at the package *.R sources (only