plot_points | R Documentation |
plots the 5 given point on a 2D plane
plot_points(A, B, C, D, E)
A, B, C, D, E |
Five points each having an (x,y) value. |
plot_points(c(0,0), c(2,9), c(3,5), c(-2,-5), c(-1,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.