search for: plotcorr

Displaying 7 results from an estimated 7 matches for "plotcorr".

2004 Oct 17
2
Plotcorr: colour the ellipses to emphasize the differences
Hello R users! I began with R and I must say that it is really nice. I have data with a lot of variables and have a problem to extract the pattern from correlation matrix. So I tried with plotcorr and it went fine. While I was reading the help page of this function, I found that ellipse display can be even better with use of different colors (the code is bellow). However I have a problem to understand the process of generating the colors. The function cm.colors() with argument 11 produces sc...
2004 Oct 17
1
FW: Plotcorr: colour the ellipses to emphasize the differences
-----Original Message----- From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca] Sent: ned 2004-10-17 15:34 To: Gorjanc Gregor Cc: r-help at stat.math.ethz.ch Subject: Re: [R] Plotcorr: colour the ellipses to emphasize the differences On Sun, 17 Oct 2004 02:51:58 +0200, "Gorjanc Gregor" <Gregor.Gorjanc at bfro.uni-lj.si> wrote: [removed old stuff] >>I would also like to know if it is possible to use some other scale of >> colors instead of cm.co...
2002 Apr 17
1
Using strwidth before plotting
In the plotcorr() function in the ellipse package, I want to position things differently depending on the size of the labels. I can use strwidth to find out the length of the labels, but only when there's a plot window open: it won't open one. Question: What function call says: make sure there's a...
2006 Sep 21
1
plot correlation matrix
Dear useRs, While exploring new R packages, I have found the Rattle. This screenshot http://rattle.togaware.com/rattle-correlation.png is very interesting (others are in http://rattle.togaware.com/rattle-screenshots.html ). Which function was used to produce this plot? Is such plotting of the correlation matrix a unique Rattle's feature? Unfortunately I have some weird problems with RGtk2
2001 Apr 14
0
Defining extra fonts in the postscript driver
...entation now it's been ported to R (by Jesus Frias, thanks IOsu!) and I'm back as the maintainer. One of the things it did which we thought was kind of cute at the time was to use a few lines of Postscript code to define a font, where the glyphs were ellipses of various shapes, used in the plotcorr function to display big correlation matrices. This isn't needed, strictly speaking: the current port draws the ellipses using polygon() and lines(). But drawing them with calls to text() was quite a bit faster, resulted in much smaller output files, and just generally seemed like a good ide...
2000 Jan 04
1
Alternative to cxy in R
good morning to the R-help list!, I would like to ask if there is an alternative to the S ploting parameter "cxy" in R. I am trying to port some S code to R that makes use of this "cxy" parameter to scale the graphics, and I don't find this parameter in help(par). thank you, IOsu ------------------------------------------------------------------------------- Jes?s
2009 Jun 15
0
books on Time serie
...r.free.fr/graphiques/RGraphGallery.php?graph=137 > > another would be to use the parallel lattice graphics function > splom(): > > http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=50 > > > Yet another would be to use correlation matrix ellipses with the > plotcorr() function in the 'ellipse' CRAN package: > > http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=149 > > > Each of the above are going to get you to the same basic place that a > standard correlation matrix will get you to, which is to assess which > genes...