Learn R Programming

sysAgNPs (version 1.0.0)

sys_funcCircleCoords: Generate circle coordinates This function is derived from the 'ggradar' package. https://github.com/ricardo-bion/ggradar/. Generate coordinates to draw a circle.

Description

Generate circle coordinates This function is derived from the 'ggradar' package. https://github.com/ricardo-bion/ggradar/. Generate coordinates to draw a circle.

Usage

sys_funcCircleCoords(center = c(0, 0), r = 1, npoints = 100)

Value

a dataframe

Arguments

center

coordinate for centroid

r

radius

npoints

number of coordinates to generate