We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb3e26 commit 2bb71d3Copy full SHA for 2bb71d3
1 file changed
README.md
@@ -69,6 +69,8 @@ nch<- read.table("./data/sdw01_adj_fru.csv",
69
header=T, sep=",", row.names=1,
70
dec=".", na.strings="NA")
71
72
+nch.net<- bip_init_network(as.matrix(nch))
73
+
74
nums<- as.vector(c(1:sum(dim(nch))))
75
pp3<- bip_ggnet(nch.net, as.matrix(nch),
76
size= 0,
0 commit comments