get_circle_coords: Helper function to create coordinates for circles of nodes

get_circle_coordsR Documentation

Helper function to create coordinates for circles of nodes

Description

Helper function to create coordinates for circles of nodes

Usage

get_circle_coords(center = c(0, 0), r = 1, npoints = 25)

Arguments

center

center y and y coordinates

r

radius

npoints

number of points

Value

a dataframe with x and y coordinates of the circle

Author(s)

Johannes Mast, Credit to https://stackoverflow.com/a/6863490


flowmapper documentation built on Sept. 11, 2024, 8:23 p.m.