be great.
>
> ** **
>
> Thx a lot
>
> ** **
>
> Tom
>
> ** **
>
> *Von:* Greg Snow [mailto:538...@gmail.com]
> *Gesendet:* Sonntag, 16. Dezember 2012 02:18
> *An:* Tom Hoffrichter
> *Cc:* r-help
> *Betreff:* Re: [R] xlim/ylim problem
>
Hi,
ylim=c(0,15000)
HTH
Pascal
Le 12/12/16 9:14, Tom Hoffrichter a écrit :
Hi everybody,
just arrived at R and immediately I got a problem.
Here's my script:
setwd("C:/Users/Tom/Eigene Tools/Programming/R/Data")
blast_hits<-read.table("blastHit_covLenght.txt", header=T)
blast_hits <-
try ylim=c(0,1500)
You are missing the "c" which constructs a vector, without the "c" it gets
confused.
On Sat, Dec 15, 2012 at 5:14 PM, Tom Hoffrichter <
tom.hoffrich...@googlemail.com> wrote:
> Hi everybody,
>
>
>
> just arrived at R and immediately I got a problem.
>
> Here's my script:
>
>
Hi everybody,
just arrived at R and immediately I got a problem.
Here's my script:
setwd("C:/Users/Tom/Eigene Tools/Programming/R/Data")
blast_hits<-read.table("blastHit_covLenght.txt", header=T)
blast_hits <- as.matrix(blast_hits)
numerical1<-data.matrix(blast_hits, rownames.force = NA
4 matches
Mail list logo