Learn R Programming

cograph (version 1.5.2)

qgraph_cent_to_edge_simple: qgraph Point on Node Boundary

Description

Simplified boundary calculation for splot that approximates qgraph behavior while working with cograph's coordinate system.

Usage

qgraph_cent_to_edge_simple(x, y, angle, node_size, shape = "circle")

Value

List with x, y coordinates on boundary.

Arguments

x

Node center x coordinate.

y

Node center y coordinate.

angle

Angle to target (radians).

node_size

Node radius in user coordinates.

shape

Node shape.