plotcircle: Plot circle with different methods

Description Usage Arguments Value Examples

Description

Plot circle with different methods

Usage

1
2
plotcircle(x = 0, y = 0, r = 1, npoints = 100, method = "plot",
  asp = 1, xlab = "x", ylab = "y", col = "black", ...)

Arguments

x,y

coordinates of circle center

r

radius of circle

npoints

number of points

method

plotting method

asp

aspect default is 1

xlab,ylab

x and y labels

col

color of circle

Value

invisible NULL

Examples

1
plotcircle(0,0,1)

sunsiyu/circler documentation built on May 30, 2019, 8:39 p.m.