line_point_slope: Parameterize a linear function from a point and slope

View source: R/line_point_slope.R

line_point_slopeR Documentation

Parameterize a linear function from a point and slope

Description

Parameterize a linear function from a point and slope

Usage

line_point_slope(x, x1, y1, slope)

Arguments

x

x-values for which to calculate corresponding y-values

x1

known x coordinate

y1

known y coordinate

slope

known slope


michaelfrancenelson/mfn.teaching.utils documentation built on Oct. 7, 2022, 1:13 a.m.