lin {PCBS} | R Documentation |
Find y value of linear regression given x.
Description
Find y value of linear regression given x.
Usage
lin(x, l)
Arguments
x |
x coordinate |
l |
linear model of lm() |
Value
Returns a column numeric
representing the y coordinate at the input x
of the linear model l
.
[Package PCBS version 0.1.0 Index]