I just looked into all the "finding intersections in R" questions on stackoverflow and they are either about curves and distributions like this one or using approxfun()
to return a list of points which linearly interpolate given data points like this one.
So,which R function can I use to find intersection points of two lines?