i need draw 90 degrees of circle in r. know how draw full circle in r draw.circle
don't know how hide 270 degrees of it!
thank you.
you using package plotrix
. plotrix has function draw.arc
.
library(plotrix) ?draw.arc
i need draw 90 degrees of circle in r. know how draw full circle in r draw.circle
don't know how hide 270 degrees of it!
thank you.
you using package plotrix
. plotrix has function draw.arc
.
library(plotrix) ?draw.arc
Comments
Post a Comment