A plot method for public transportation networks (PTNs).
plot_ptn( g, color.coding = NULL, color.scheme = rev(sequential_hcl(5)), legend = FALSE, ... )
| g |
|
|---|---|
| color.coding | numeric vector with length equal to the number of network nodes |
| color.scheme | character vector of length 5 indicating the |
| legend | logical indicating whether legend for color-coding should be added or not. |
| ... | further arguments to be passed to |
Other network helper:
analyze_ptn()