circLocs: To Generate Locations on a Circle

Description Usage Arguments Value Author(s) See Also Examples

Description

Generating locations on a circle

Usage

1
circLocs(n,d=1)

Arguments

n

number of points on the circle you would like to generate

d

The diameter of the circle

Value

Returns a matrix with a column representing the the number of the circle, a column representing the Y coordinate and a column representing the x coordinate

Author(s)

Connor F. White

See Also

transBub

Examples

1
2
3
locs<-circLocs(n=10,d=3)

plot(locs[,2],locs[,3])

ConnorFWhite/AssFunc documentation built on May 20, 2019, 4:07 p.m.