invalid color name background in qgraph
问题 I have been trying to use qgraph to generate the network graph. The code is as following Gw <- qgraph(edgeList, diag = TRUE, labels = TRUE,legend.cex = 0.3, vsize = 1,edge.color=colorLabels,legend=TRUE,asize=1) The figure can be generated, but the R command line gives the following error message. I do not know what does the invalid color name 'background' mean. The dput result is shown as follows, dput(edgeList) structure(c("1", "2", "2", "3", "4", "5", "6", "7", "8", "1", "9", "10", "11",