Re: [R] contourplot

2013-03-22 Thread David L Carlson
:r-help-bounces@r- > project.org] On Behalf Of Pascal Oettli > Sent: Thursday, March 21, 2013 11:41 PM > To: Steven LeBlanc > Cc: r-help@r-project.org > Subject: Re: [R] contourplot > > Hi, > > What is the result of: > > contourplot(Y~X1+X2,data=pr2) > > HTH, >

Re: [R] contourplot

2013-03-21 Thread Pascal Oettli
Hi, What is the result of: contourplot(Y~X1+X2,data=pr2) HTH, Pascal Le 13/03/22 8:57, Steven LeBlanc a écrit : Greets, I'm using a data frame that looks like: head(pr2) X1 X2 X3 X4Y fit res 1 44 33.2 5 30 41.2 39.22201 1.977991 2 43 33.8 4 41 31.7 38.48476 -6.78476

[R] contourplot

2013-03-21 Thread Steven LeBlanc
Greets, I'm using a data frame that looks like: > head(pr2) X1 X2 X3 X4Y fit res 1 44 33.2 5 30 41.2 39.22201 1.977991 2 43 33.8 4 41 31.7 38.48476 -6.784761 3 48 40.6 3 38 39.4 44.78278 -5.382783 4 52 39.2 7 48 57.5 51.48134 6.018656 5 71 45.5 11 53 74.8 68.25585 6.54415

Re: [R] contourplot help

2010-12-20 Thread David Winsemius
On Dec 20, 2010, at 5:36 AM, Andre Nathan wrote: Hello I'm using the following call to create a contourplot: library(lattice) m <- as.matrix(read.table("data.txt")) contourplot(m[,3] ~ m[,2] * -m[,1], at = c(1e-6, 1e-5, 1e-4, 1e-3, 1e-2, 1e-1), scales = list(x = list(lo

[R] contourplot help

2010-12-20 Thread Andre Nathan
Hello I'm using the following call to create a contourplot: library(lattice) m <- as.matrix(read.table("data.txt")) contourplot(m[,3] ~ m[,2] * -m[,1], at = c(1e-6, 1e-5, 1e-4, 1e-3, 1e-2, 1e-1), scales = list(x = list(log = 10, labels =

Re: [R] contourplot by year

2010-07-10 Thread David Winsemius
On Jul 10, 2010, at 5:58 PM, Sally_roman wrote: Hi - I have a dataframe with 4 variables - long, lat, temp and year. I would like to plot temperature by lat and long in contour plots by year. There are 391 data points. When I try contourplot(temp~long*lat|year,data=hake,cuts=10,labels

[R] contourplot by year

2010-07-10 Thread Sally_roman
Hi - I have a dataframe with 4 variables - long, lat, temp and year. I would like to plot temperature by lat and long in contour plots by year. There are 391 data points. When I try contourplot(temp~long*lat|year,data=hake,cuts=10,labels = TRUE,contour = TRUE,pretty = TRUE,region=TRUE) I get

Re: [R] contourplot label color

2009-04-06 Thread bruno joly
Deepayan Sarkar wrote: > On Mon, Apr 6, 2009 at 9:00 AM, bruno joly wrote: > >> Hi everyone, >> >> I am new to the list. >> My problem is to change the color of the label in a contour plot. The plot >> is quite dark and I'd like to have the line and label white, it works for >> the line with a

Re: [R] contourplot label color

2009-04-06 Thread Deepayan Sarkar
On Mon, Apr 6, 2009 at 9:00 AM, bruno joly wrote: > Hi everyone, > > I am new to the list. > My problem is to change the color of the label in a contour plot. The plot > is quite dark and I'd like to have the line and label white, it works for > the line with a simple "col", but for the labels I n

[R] contourplot label color

2009-04-06 Thread bruno joly
Hi everyone, I am new to the list. My problem is to change the color of the label in a contour plot. The plot is quite dark and I'd like to have the line and label white, it works for the line with a simple "col", but for the labels I need to pass throught a panel call and : > contourplot(Pr