Network X.names, Y.names

Issue #29 resolved
Kim-Anh Le Cao repo owner created an issue

This argument does not seem to work.

See workshop material Multilevel case study chapter. If I change X.names to a character vector: still the name does not appear.

network(vac18.spls.multilevel, comp = 1:2, threshold = 0.8, X.names = c(liver.toxicity$gene.ID$geneBank), Y.names = NULL, keep.var = TRUE, color.node = c( "lightcyan","mistyrose"), shape.node = c("circle", "rectangle"), color.edge = color.jet(100), lty.edge = c("solid", "solid"), lwd.edge = c(1, 1), show.edge.labels = FALSE, interactive = FALSE)

Comments (1)

  1. Log in to comment