Description Usage Arguments Functions
Draw Graphics Objects
Draw Graphics Objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | draw.points(
x = NULL,
y = NULL,
n = NULL,
tol = 0.005,
snap = FALSE,
snap.to.grid = FALSE,
snap.to.line = FALSE,
grid.increment,
grid.offset = 0,
pch = 21,
bg = "black",
...
)
draw.polygon(
x = NULL,
y = NULL,
n,
tol = 0.005,
snap = TRUE,
snap.to.grid = FALSE,
grid.increment,
grid.offset = 0,
pch = 21,
bg = "black",
...
)
draw.points(
x = NULL,
y = NULL,
n = NULL,
tol = 0.005,
snap = FALSE,
snap.to.grid = FALSE,
snap.to.line = FALSE,
grid.increment,
grid.offset = 0,
pch = 21,
bg = "black",
...
)
|
x, y |
Horizontal coordinates plotted prior to drawing. |
snap |
Logical value specifying whether points are to be snapped to the nearest |
snap.togrid |
Logical value specifying whether points are to be snapped to the reference grid. |
draw.points
: Draw a points interactively on a plot.
draw.polygon
: Draw a polygon interactively on a plot.
draw.points
: Draw a points interactively on a plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.