: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,
>
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
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
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
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
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
6 matches
Mail list logo