compute_midpoint_between_twoPoints_onLinePassingThroughThem: Compute a midpoint coordinates between two points on line...

Description Usage Arguments

View source: R/compute_midpoint_between_twoPoints_onLinePassingThroughThem.R

Description

Compute a midpoint coordinates between two points on line passing through them

Usage

1
2
3
4
compute_midpoint_between_twoPoints_onLinePassingThroughThem(
  point1_coord = c(0, 0),
  point2_coord = c(1, 1)
)

Arguments

point1_coord

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

point2_coord

A vector of point 2 coordinate, 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.