draw: Draw Graphics Objects

draw.pointsR Documentation

Draw Graphics Objects

Description

Draw Graphics Objects

Draw Graphics Objects

Usage

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",
  ...
)

Arguments

x, y

Horizontal coordinates plotted prior to drawing.

snap

Logical value specifying whether points are to be snapped to the nearest (x,y) coordinates.

snap.togrid

Logical value specifying whether points are to be snapped to the reference grid.

Functions

  • 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.


TobieSurette/gulf.graphics documentation built on Feb. 10, 2024, 10:58 p.m.