seq_circle: Circular Sequence Generation

View source: R/utils.R

seq_circleR Documentation

Circular Sequence Generation

Description

Generates a sequence of 2D points evenly spaced on the unit circle.

Usage

seq_circle(n)

Arguments

n

An integer value specifying the number of points in the sequence.

Value

A base::list of length-2 numeric vectors storing 2D points evenly spaced on the unit circle.

Examples

seq_circle(10)

rgudhi documentation built on March 31, 2023, 11:38 p.m.