I have to draw a scatter-plot with the same scale (asp=1) for x and y and fixed active values for xlim and ylim in Rstudio. This is not possible with plot (x,y) because asp=1 seems to make inactive xlim and ylim. Any suggestion to solve the problem?
Thanks a lot.