Skip to content
Prev 306600 / 398503 Next

plot selected scales on +/- axes

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

            
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