computeParallelLineCoef: Compute the coeffcients of line paralel to a line and passing...

Description Usage Arguments

View source: R/computeParallelLineCoef.R

Description

Compute the coeffcients of line paralel to a line and passing through a point

Usage

1
computeParallelLineCoef(slope, point_coord = c(0, 0))

Arguments

slope

A numeric of slope of line that is parallel.

point_coord

A vector of point coordinates that line passed through, where point1_coord[1] is the X-axis coordinate while point1_coord[2] is the Y-axis coordinate.


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