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
?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 ),
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
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
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
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
6 matches
Mail list logo