Calculates the point on node boundary where an edge should connect. This is qgraph's exact formula for positioning arrows and edge endpoints.
qgraph_cent2edge(x, y, cex, offset = 0, angle, plot_info = NULL)List with x, y coordinates on node boundary.
Node center x coordinate.
Node center y coordinate.
Node size (vsize value, not yet scaled).
Additional offset distance.
Angle from node center to target point (radians).
Plot dimension info from qgraph_plot_info(). NULL to auto-compute.