Learn R Programming

processR (version 0.2.7)

getEq2p: get slope and intercept with 2 points

Description

get slope and intercept with 2 points

Usage

getEq2p(x1, y1, x2, y2)

Arguments

x1

x coordinate of the first point

y1

y coordinate of the first point

x2

x coordinate of the second point

y2

y coordinate of the second point