sCircle: Creates "n" points on a circle centered in "centre" with a...

Description Usage Arguments Value Examples

Description

Creates "n" points on a circle centered in "centre" with a radius of "radius"

Usage

1
sCircle(n = 100, centre = c(0, 0), radius)

Arguments

n

number of points to define the circle

centre

center of the circle

radius

radius of the circle

Value

Returns a matrix with two columns corresponding to the (x,y) coordinates of the circle of centre 'centre' and radius 'radius'. The number of lines depends on the number of points asked using the parameter 'n'.

Examples

1
sCircle(n=100, centre = c(0,0), radius = 1)

ripleyCorr/kdeborder documentation built on May 26, 2019, 1:33 a.m.