circle {RSEIS}R Documentation

circle coordinates

Description

generate circle coordinates for plotting

Usage

circle(n = 1)

Arguments

n number of points

Value

List

x coordinates
y coordinates

Author(s)

Jonathan M. Lees <jonathan.lees@unc.edu>

Examples


j = circle(26)
plot(j)


[Package RSEIS version 2.1-4 Index]