SachaEpskamp / qgraph

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

centralityPlot error with 1.6 #24

Closed desphua closed 5 years ago

desphua commented 5 years ago

After updating to qgraph 1.6, I'm having errors with centralityPlot. I didn't have any problems generating the plot in 1.5.

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

SachaEpskamp commented 5 years ago

Do you have an example code?

desphua commented 5 years ago

centralityPlot(list( network1 = qnetwork.pretest, network2 = qnetwork.posttest), include = c("Strength", "Betweenness", "Closeness", "ExpectedInfluence"), decreasing = TRUE )

SachaEpskamp commented 5 years ago

This has now been fixed in the devel version!