I have a bunch highly variable data, let's say:
a <- runif(1000, min = 10^-9, max = 10^9)
b <- runif(1000, min = 10^-9, max = 10^9)
for which I do require to create plots whose "y" axis is set like that of the following image:
But not necessarily centered in "1". I need to do this in R. Any idea?