plot_triangle | R Documentation |
Plots red lines between points A, B and C
plot_triangle(A, B, C)
A, B, C |
three points each having an (x,y) value. |
## Not run: plot_triangle(c(0,0), c(1,1), c(-3,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.