Find y value of linear regression given x.
lin(x, l)
x
x coordinate
l
linear model of lm()
Returns a column numeric representing the y coordinate at the input x of the linear model l.
numeric