I need to reduce the area of my graph and need to bring the flood and ebb closer together along with the associated points
Asked
Active
Viewed 28 times
0
-
Welcome to stack overflow. Could you please provide some actual code to maximize you chances of receiving a quick reply? I would recommend the following [guideline](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – DJJ Apr 07 '20 at 10:10
-
I think what you need to do is adjust the y axis range on your plot. When you create the plot, try adding the parameter `ylim = c(-0.02, 0.08)` – Allan Cameron Apr 07 '20 at 10:18