plot_points: Plot 5 points

View source: R/plotting.R

plot_pointsR Documentation

Plot 5 points

Description

plots the 5 given point on a 2D plane

Usage

plot_points(A, B, C, D, E)

Arguments

A, B, C, D, E

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

Examples

plot_points(c(0,0), c(2,9), c(3,5), c(-2,-5), c(-1,3))


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