Re: [R] carpet plots

2012-07-03 Thread John Kane
-project.org > Subject: Re: [R] carpet plots > > > These "carpet plots" are also called "heat maps" and there's a current > thread with the subject line "Heat Maps" in which I've given a couple of > examples of code for them. The R function image(

Re: [R] carpet plots

2012-07-03 Thread Jim Lemon
On 07/03/2012 06:21 AM, Joseph Clark wrote: These "carpet plots" are also called "heat maps" and there's a current thread with the subject line "Heat Maps" in which I've given a couple of examples of code for them. The R function image() is very easy to use: image( x=(x values), y=(y value

Re: [R] carpet plots

2012-07-02 Thread David Winsemius
On Jul 2, 2012, at 5:31 PM, David Winsemius wrote: On Jul 2, 2012, at 4:21 PM, Joseph Clark wrote: These "carpet plots" are also called "heat maps" and there's a current thread with the subject line "Heat Maps" in which I've given a couple of examples of code for them. The R function

Re: [R] carpet plots

2012-07-02 Thread David Winsemius
On Jul 2, 2012, at 4:21 PM, Joseph Clark wrote: These "carpet plots" are also called "heat maps" and there's a current thread with the subject line "Heat Maps" in which I've given a couple of examples of code for them. The R function image() is very easy to use: image( x=(x values),

Re: [R] carpet plots

2012-07-02 Thread Joseph Clark
These "carpet plots" are also called "heat maps" and there's a current thread with the subject line "Heat Maps" in which I've given a couple of examples of code for them. The R function image() is very easy to use: image( x=(x values), y=(y values), z=(matrix of z values with x rows and y

Re: [R] carpet plots

2012-07-02 Thread David Winsemius
On Jul 2, 2012, at 3:11 PM, David Winsemius wrote: On Jul 2, 2012, at 2:05 PM, Richard Müller wrote: Hi all, I wonder why there is so little software for carpet plots (german: Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension (z) symbolized by colourgradients). Besides fro

Re: [R] carpet plots

2012-07-02 Thread David Winsemius
On Jul 2, 2012, at 2:05 PM, Richard Müller wrote: Hi all, I wonder why there is so little software for carpet plots (german: Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension (z) symbolized by colourgradients). Besides from one or the other non free software I only found an O