On 29-09-2012, at 15:33, Sabine Dietmann <sabine.dietm...@gmail.com> wrote:

> Hi All,
> 
> I wonder whether it is possible to use the plot function and reduce
> the scales on both +/- quadrants, i.e.
> plot the data from -15. -8 and 8..15 only.
> 

Have a look at

?plot.default

and try

plot(x,y,xlim=c(-15,-8),ylim=c(8,15))

assuming that you are trying an (x,y) plot.

Berend

______________________________________________
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