powered by
Choose a path in a graph from an interactive shiny app with the rigth format for simPATHy function.
getPathShiny(graph)
A graphNEL object.
Selected path with the right format for simPATHy function.
simPATHy
# NOT RUN { if(require(gRbase)){ graph <- gRbase::dag(~c:a, ~c:b, ~d:c, ~e:d) # Launch the interactive plot # path <- getPathShiny(graph) } # }
Run the code above in your browser using DataLab