# NOT RUN {
# }
# NOT RUN {
g <- graph_from_graphdb(prefix="iso", type="r001", nodes=20, pair="A",
which=10, compressed=TRUE)
g2 <- graph_from_graphdb(prefix="iso", type="r001", nodes=20, pair="B",
which=10, compressed=TRUE)
graph.isomorphic.vf2(g, g2) % should be TRUE
g3 <- graph_from_graphdb(url=paste(sep="/",
"http://cneurocvs.rmki.kfki.hu",
"graphdb/gzip/iso/bvg/b06m",
"iso_b06m_m200.A09.gz"))
# }
Run the code above in your browser using DataLab