Re: [R] filled.contour formatting questions

2010-03-23 Thread John K. Williams
Hmm yes that is what I'm looking for in terms of color scale control, but I need it for contoured plots. John. On Mon, Mar 22, 2010 at 10:32 PM, Jim Lemon wrote: > On 03/23/2010 12:48 PM, John K. Williams wrote: > >> Hello, I'm having some trouble getting things to look as I want with >> filled

Re: [R] filled.contour formatting questions

2010-03-22 Thread Jim Lemon
On 03/23/2010 12:48 PM, John K. Williams wrote: Hello, I'm having some trouble getting things to look as I want with filled.contour. 1. My first issue is that I am unable to add line segments to my plot where I want them. Using the rug pattern example: x<- y<- seq(-4*pi, 4*pi, len = 27); r<- s

[R] filled.contour formatting questions

2010-03-22 Thread John K. Williams
Hello, I'm having some trouble getting things to look as I want with filled.contour. 1. My first issue is that I am unable to add line segments to my plot where I want them. Using the rug pattern example: x <- y <- seq(-4*pi, 4*pi, len = 27); r <- sqrt(outer(x^2, y^2, "+")); filled.contour(cos(r