Learn R Programming

RPMG (version 2.2-2)

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
# NOT RUN {
j = circle(26)
plot(j)


# }

Run the code above in your browser using DataLab