I am plotting my network graph with over 117 nodes. I have made it to where you can visualize a legend for the nodes, but I have to make the text really small. Is there a way I can adjust the legend to have two columns of my nodes? I have attached my code and a picture of the graph in this question.
Network image I have

Network image I want

Thanks!!
g = LoGo(dataset, normal= FALSE)
qgraph(g, layout = "spring", diag = FALSE, labels = TRUE, 
   nodeNames = rownames(g), 
   legend.cex = 0.16,vsize = 2, GLratio = 9, vsize=4, legend=TRUE, legend.cex=.6)
 
    