R/drawArc.R

drawArc <-
function(x, y, center, r, ...) 
{
angles <- arcAngle(x, y, center)
createCircle(center, r, begin=angles[1], end=angles[2], ...)
}

Try the PlotRegionHighlighter package in your browser

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

PlotRegionHighlighter documentation built on May 2, 2019, 9:34 a.m.