Re: [R] how to make a contour plot in R?

2006-03-14 Thread Arnau Mir Torres
Uwe Ligges wrote: Arnau Mir Torres wrote: Hello. I am an nxn data frame in the variable frame. I want to make a contour plot with it. That is, I want to plot a square of dimensions [1,n]x[1,n] with the gray level of square [i,i+1]x[j,j+1] equal to frame[i,j]. How can I make it?

Re: [R] how to make a contour plot in R?

2006-03-14 Thread antonio rodriguez
Arnau Mir Torres wrote: Uwe Ligges wrote: Arnau Mir Torres wrote: Hello. I am an nxn data frame in the variable frame. I want to make a contour plot with it. That is, I want to plot a square of dimensions [1,n]x[1,n] with the gray level of square [i,i+1]x[j,j+1] equal to

Re: [R] how to make a contour plot in R?

2006-03-14 Thread Uwe Ligges
Arnau Mir Torres wrote: Uwe Ligges wrote: Arnau Mir Torres wrote: Hello. I am an nxn data frame in the variable frame. I want to make a contour plot with it. That is, I want to plot a square of dimensions [1,n]x[1,n] with the gray level of square [i,i+1]x[j,j+1] equal to

[R] how to make a contour plot in R?

2006-03-13 Thread Arnau Mir Torres
Hello. I am an nxn data frame in the variable frame. I want to make a contour plot with it. That is, I want to plot a square of dimensions [1,n]x[1,n] with the gray level of square [i,i+1]x[j,j+1] equal to frame[i,j]. How can I make it? Thanks, Arnau.

Re: [R] how to make a contour plot in R?

2006-03-13 Thread Uwe Ligges
Arnau Mir Torres wrote: Hello. I am an nxn data frame in the variable frame. I want to make a contour plot with it. That is, I want to plot a square of dimensions [1,n]x[1,n] with the gray level of square [i,i+1]x[j,j+1] equal to frame[i,j]. How can I make it? See ?image Uwe

Re: [R] how to make a contour plot in R?

2006-03-13 Thread Romain Francois
Le 13.03.2006 15:58, Arnau Mir Torres a écrit : Hello. I am an nxn data frame in the variable frame. I want to make a contour plot with it. That is, I want to plot a square of dimensions [1,n]x[1,n] with the gray level of square [i,i+1]x[j,j+1] equal to frame[i,j]. How can I make it?