Re: [R] xlim/ylim problem

2012-12-17 Thread Greg Snow
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 >

Re: [R] xlim/ylim problem

2012-12-15 Thread Pascal Oettli
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 <-

Re: [R] xlim/ylim problem

2012-12-15 Thread Greg Snow
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: > >

[R] xlim/ylim problem

2012-12-15 Thread Tom Hoffrichter
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