R/DrawPoint.R

Defines functions DrawPoint

DrawPoint<-function(P, color){
  points(P[1], P[2], pch=20, col=color)
  return()
}

Try the LearnGeom package in your browser

Any scripts or data that you put into this service are public.

LearnGeom documentation built on July 14, 2020, 5:06 p.m.