get_intersection: Get intersection of two lines

Description Usage Examples

View source: R/anem_geoprocessing.R

Description

Get intersection of two lines specified by slope m and intercept, b

Usage

1
get_intersection(m1, b1, m2, b2)

Examples

1
2
3
4
5
6
## Not run: 
get_intersection(1,0,-1,2)
get_intersection(Inf,1,0,2)
get_intersection(Inf,1,Inf,2)

## End(Not run)

gopalpenny/anem documentation built on Dec. 20, 2020, 5:27 a.m.