Learn R Programming

cograph (version 1.5.2)

qgraph_vsize_to_user: qgraph Node Size to User Coordinates

Description

Converts qgraph vsize to user coordinate radius using qgraph's exact logic.

Usage

qgraph_vsize_to_user(vsize, plot_info = NULL)

Value

Node radius in user coordinates.

Arguments

vsize

Node size value (as used in qgraph).

plot_info

Plot dimension info. NULL to auto-compute.