circle | R Documentation |
circle provides the means of drawing a circle of a given radius and origin within a diagram ready for the addition of text.
circle(origx = 50, origy = 50, radius = 10, col = 1, lwd = 1)
origx |
the final x origin |
origy |
the final y origin |
radius |
the radius of the circle |
col |
the col of the circle |
lwd |
the line width of the circle |
the matrix of x and y values invisibly
makecanvas()
circle(origx=35,origy=70,radius=30,lwd=2,col=1)
circle(origx=65,origy=60,radius=30,lwd=2,col=2)
circle(origx=45,origy=40,radius=30,lwd=2,col=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.