splitLine: Internal. Split a line segment defined by points A-B into n...

View source: R/splitLine.R

splitLineR Documentation

Internal. Split a line segment defined by points A-B into n parts

Description

Internal. Split a line segment defined by points A-B into n parts

Usage

splitLine(A, B, n)

Arguments

A

numeric giving coordinates of first point

B

numeric giving coordinates of second point

n

numeric number of segments to divide the distance between points with

Author(s)

Jorge Garcia Molinos


JorGarMol/VoCC documentation built on Aug. 17, 2022, 11:07 p.m.