circleFun: Create a circle

Description Usage Arguments Value

View source: R/helper_functions.R

Description

Create a circle

Usage

1
circleFun(center = c(-1, 1), diameter = 1, npoints = 100)

Arguments

center

The position where the center of the circle is

diameter

Arbitrary units of diameter of the circle

npoints

Number of points of the circle (aka: definition of the circle)

Value

A data.frame with the position of the points


llrs/integration-helper documentation built on Sept. 24, 2021, 10:57 a.m.