plot_triangle: Plot a triangle between 3 points

View source: R/plotting.R

plot_triangleR Documentation

Plot a triangle between 3 points

Description

Plots red lines between points A, B and C

Usage

plot_triangle(A, B, C)

Arguments

A, B, C

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

Examples

## Not run: plot_triangle(c(0,0), c(1,1), c(-3,5))


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