powered by
check.path(p1, p2)
target.help
g1 <- c("path1","path2","path3","path4") g2 <- c("path5","path6","path3","path11") g3 <- c("path10","path5","path12","path13") check.path(g1,g2) # 1 check.path(g1,g3) # 0
Run the code above in your browser using DataLab