get_graph.fa: Get graph data from factor analysis.
Description
Get graph data from fa objects.
Usage
# S3 method for fa
get_graph(fit, threshold_Coef = NULL, digits = 2, ...)
Arguments
threshold_Coef
Omit all links with a Coefs below this value.
...
Arguments passed to or from other methods.
Value
A list containing nodes and edges data to be used by `tidygraph::tbl_graph()`.