plot_ptn {NetOrigin} | R Documentation |
A plot method for public transportation networks (PTNs).
Description
A plot method for public transportation networks (PTNs).
Usage
plot_ptn(
g,
color.coding = NULL,
color.scheme = rev(sequential_hcl(5)),
legend = FALSE,
...
)
Arguments
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 |
Value
No return value
See Also
Other network helper:
analyze_ptn()
Examples
data(ptnAth)
plot_ptn(ptnAth)
data(ptnGoe)
plot_ptn(ptnGoe)
[Package NetOrigin version 1.1-6 Index]