computeIntersectionOfLines: Compute the coordinates of the intersection of two lines

Description Usage Arguments Value

View source: R/computeIntersectionOfLines.R

Description

Compute the coordinates of the intersection of two lines

Usage

1

Arguments

m1

A numeric of the slope of the first line.

b1

A numeric of the intercept of the first line.

m2

A numeric of the slope of the second line.

b2

A numeric of the intercept of the second line.

Value

A vector of coordinates where the two lines intersect.


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.