I am working under R2.11.1 Windows and I was wondering why there is a difference between
seq.int(0,1,by=0.1)[4]-0.3 seq.int(0,1,length.out=11)[4]-0.3 there is also the fact that seq(0,1,by=0.1)[4]-0.3 seq(0,1,length.out=11)[4]-0.3 but I think this can be explained by floating precision... Alexander -- View this message in context: http://r.789695.n4.nabble.com/R2-11-1-seq-int-difference-between-by-and-length-out-tp4545683p4545683.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.