draw.arc: Draw arc

draw.arcR Documentation

Draw arc

Description

(From plotrix) Draw one or more arcs using classic graphics.

Usage

draw.arc(
  x = 1,
  y = NULL,
  radius = 1,
  angle1 = deg1 * pi/180,
  angle2 = deg2 * pi/180,
  deg1 = 0,
  deg2 = 45,
  n = 0.05,
  col = NA,
  lwd = NA,
  ...
)

Arguments

x

x coordinate of center. Scalar or vector. ...


antiphon/Kdirectional documentation built on Feb. 13, 2023, 6:26 a.m.