Let's pretend I want to add an hyperbolic curve to this plot
data(cars) xyplot(dist ~ speed, cars)
Even though, such function won't fit data, the curve should be like the one you see in the picture. Could you please suggest to me the proper code?
Let's pretend I want to add an hyperbolic curve to this plot
data(cars) xyplot(dist ~ speed, cars)
Even though, such function won't fit data, the curve should be like the one you see in the picture. Could you please suggest to me the proper code?