powered by
makeNetwork(source, target, edgemode="undirected", format=c("graphNEL", "igraph"))
loadNetwork.sif
saveNetwork
source <- c("a", "b", "c", "d") target <- c("b", "c", "a", "a") graph <- makeNetwork(source, target, edgemode="undirected")
Run the code above in your browser using DataLab