intersect_stline: Intersection for straight line

Description Usage Arguments Value See Also Examples

View source: R/intersect_stline.R

Description

Intersection for straight line

Usage

1

Arguments

x

An object of the class stline

y

An object of the class stline

Value

A numeric value of length 2, including the x coordinate and the y coordinate of the intersecting point

See Also

straighten

Examples

1
2
3
line_1 <- straighten(1,1,-1)
line_2 <- straighten(1,-1, 0)
intersect_stline(line_1,line_2)

villegar/friendlyGarbanzo documentation built on Feb. 11, 2020, 12:07 a.m.