endPoints: Calculate end points of line given start point, slope, and...

View source: R/endPoints.R

endPointsR Documentation

Calculate end points of line given start point, slope, and distance

Description

Calculate end points of line given start point, slope, and distance

Usage

endPoints(x, y, m, d)

Arguments

x

x coordinate of start point

y

y coordinate of start point

m

slope

d

distance

Value

dataframe of coordinates for both endpoints


johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.