linearsolve: Linear Equation Solver

Description Usage Arguments Author(s) Examples

Description

Finds the x coordinate of the intersection point of a linear function with a specified value

Usage

1
linearsolve(p1, p2, value)

Arguments

p1

Vector containing first point [x1,y1]

p2

Vector containing second point [x2,y2]

value

Scalar denoting required y value for intersection

Author(s)

Sam MacIntyre smacintyre@csiro.au

Examples

1
x <- linearsolve(p1,p2,value)

smacintyreR/MALDIHDX documentation built on May 14, 2019, 9:39 a.m.