shortestpath: shortestpath

Description Usage Examples

View source: R/shortestpath.R

Description

Prints shortestpath(time depend) for subway in Seoul also you can get a subway list in your path. when you can't get a path, you should consider another one. cause these function is just consider zero, one, two, Three transfer count to find shortestpath for subway.

also you can consider another route by choosing max_route

Usage

1
shortestpath(departure, arrival, max_route=1)

Examples

1
shortestpath(departure="", arrival="", max_route=1)

king4k1/seoulsubway documentation built on Nov. 18, 2019, 3:38 p.m.