Learn R Programming

psycho (version 0.4.91)

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

fit

psych::fa object.

threshold_Coef

Omit all links with a Coefs below this value.

digits

Edges' labels rounding.

...

Arguments passed to or from other methods.

Value

A list containing nodes and edges data to be used by `tidygraph::tbl_graph()`.