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

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

2013-08-22 Thread Giuseppe Pagnoni
Hello, I am trying to plot a few correlograms on the same figure, with the function corrgram() from the package corrgram. However, the function does not seem to use the base graphic system, as setting out the multiple figure layout with, e.g., par(mfrow=c(2, 2,)) does not work. Does anybody k

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 ),

[R] corrgram with two datasets

2013-06-27 Thread Meesters, Aesku.Kipp Institute
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 ), just that I would like to plot two datasets instead of one. Say one with black and one with red dots. Or a merge

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

[R] corrgram

2012-09-25 Thread paladini
Hallo, I have a question concerning the function "correlogram" from library(corrgram). Is it possible do write the variable names not in the diagonal but on the left and at the buttom of the graphic? I searched the manual and tried a lot but didn't get it. Thank you very much and best regar

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

[R] corrgram

2012-08-28 Thread paladini
Hello, are there fixed threshold values for the changes between different shades of blue in the corrgram? Or is a chang relative depending on the data? I didnt get it in manual. Thank you very much, best regards Claudia __ R-help@r-project.org mail