Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


cape (version 3.1.2)

get_line: Get line coordinates

Description

This function generates points along a line whose coordinates are user-defined.

Usage

get_line(x0, y0, x1, y1, dens = 5e-04)

Value

A list with two elements, x and y. These elements hold the x and y coordinates respectively for drawing the line.

Arguments

x0

The x coordinate of the starting point for the line

y0

The y coordinate of the starting point for the line

x1

The x coordinate of the ending point for the line

y1

The y coordinate of the ending point for the line

dens

A numerical value indicating the density of points to define along the line. Small values lead to more densely calculated points.