from_to_stats | R Documentation |
Calculate edges weight from IATA Code
from_to_stats(x, y, orig)
x |
igraph object to query |
y |
origin airport IATA code |
orig |
"from" or "to" options |
## Not run:
netDir <- make.netDir(OD_Sample)
from_to_stats(netDir$gDir, "JFK", orig = "from")
from_to_stats(netDir$gDir, "JFK", orig = "to")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.