Dear R

Plots without par arguments do start not at zero (means, the box around is 
somwhere outside the specified plotrange). How to start really from zero, pe. 
basline y=0?

every standart par works like this:

x<-seq(1,10,0.1)
y<-sin(x)

plot(sin(x))

Thanks for help

Marc
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

______________________________________________
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.

Reply via email to