Rdocumentation
powered by
Learn R Programming
RSEIS (version 2.4-1)
circle: circle coordinates
Description
generate circle coordinates for plotting
Usage
circle(n = 1)
Arguments
n
number of points
Value
List
x
coordinates
y
coordinates
Examples
Run this code
j = circle(
26
)
plot(j)
Run the code above in your browser using
DataLab