get_circle_coords {flowmapper} | R 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
[Package flowmapper version 0.1.2 Index]