- Original Message -
>> From: ilai
>> To: David Lyon
>> Cc: "r-help@r-project.org"
>> Sent: Tuesday, April 3, 2012 10:43 PM
>> Subject: Re: [R] image.plot adding x-axis labels. Please Help
>>
>> On Tue, Apr 3, 2012 at 7:25 PM, Davi
.org"
Sent: Tuesday, April 3, 2012 10:43 PM
Subject: Re: [R] image.plot adding x-axis labels. Please Help
On Tue, Apr 3, 2012 at 7:25 PM, David Lyon
wrote:
if I had a data file like this:
1.42 1.29 -0.13
1.46 1.34 -0.12
1.45 1.32 -0.13
1.36 1.26 -0.10
1.33 1.29 -0.04
I want to create a im
Sorry that didnt work for me, any ideas?
- Original Message -
From: ilai
To: David Lyon
Cc: "r-help@r-project.org"
Sent: Tuesday, April 3, 2012 10:43 PM
Subject: Re: [R] image.plot adding x-axis labels. Please Help
On Tue, Apr 3, 2012 at 7:25 PM, David Lyon wrote:
> if
On Tue, Apr 3, 2012 at 7:25 PM, David Lyon wrote:
> if I had a data file like this:
> 1.42 1.29 -0.13
> 1.46 1.34 -0.12
> 1.45 1.32 -0.13
> 1.36 1.26 -0.10
> 1.33 1.29 -0.04
>
> I want to create a image plot like this:
> data1<-read.table("A")
>
> image.plot(t(data1), axes=FALSE, xlab=NA, ylab=NA)
4 matches
Mail list logo