[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

[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

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

[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

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-09-25 Thread Bert Gunter
Inline: On Tue, Sep 25, 2012 at 8:42 AM, Kevin Wright kw.s...@gmail.com 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

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 gunter.ber...@gene.com wrote: Inline: On Tue, Sep 25, 2012 at 8:42 AM, Kevin Wright kw.s...@gmail.com wrote: Claudia, When you are asking a question

[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

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