lin: Find y value of linear regression given x.

View source: R/lin.R

linR 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.


PCBS documentation built on May 29, 2024, 9:48 a.m.

Related to lin in PCBS...