plot_line: Plot a line between 2 points

View source: R/plotting.R

plot_lineR Documentation

Plot a line between 2 points

Description

Plots a red line between points A and B

Usage

plot_line(A, B)

Arguments

A, B

Two points each having an (x,y) value.

Examples

## Not run: plot_line(c(1,2), c(3,9))



ZeroDawn0D/trianglegsoc documentation built on April 1, 2022, 12:18 a.m.