getEq2p: get slope and intercept with 2 points

View source: R/condPlot.R

getEq2pR Documentation

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


cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.