draw_circle | R Documentation |
Dibujar un círculo. Tomado de: http://stackoverflow.com/questions/6862742/draw-a-circle-with-ggplot2
draw_circle(
center = c(0, 0),
diameter = 1,
npoints = 12000,
start = 0,
end = 2
)
center |
Centro del círculo |
diameter |
Diámetro del círculo |
npoints |
Cantidad de puntos dibujados |
start |
Inicio del círculo (Va de 0 a 2pi) |
end |
Fin del círculo (Va de 0 a 2pi) |
## Not run:
draw_circle(center = c(0, 0), diameter = 1, npoints = 12000,
start = 0, end = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.