SachaEpskamp / qgraph

Developmental version of qgraph
GNU General Public License v2.0
68 stars 21 forks source link

clusteringPlot error when run with "list" object #30

Closed jinseob2kim closed 5 years ago

jinseob2kim commented 5 years ago

I get clusteringPlot with clusteringPlot(pcorGraph)

But I see error with clusteringPlot(list(pcorGraph))

Error in clusteringTable(..., labels = labels, standardized = standardized, : (list) object cannot be coerced to type 'double'

How can I get the clusteringPlot with multiple objects?

sincerely.

Jinseob Kim

SachaEpskamp commented 5 years ago

This has now been fixed!