getDanubeFlowGraph {graphicalExtremes} | R Documentation |
Get Danube flow graph
Description
Returns an igraph::graph
object representing the flow graph of the danube
dataset.
Usage
getDanubeFlowGraph(stationIndices = NULL, directed = FALSE)
Arguments
stationIndices |
Logical or numerical vector. Indicating which stations to include. |
directed |
Logical. Whether the graph should be directed (in the direction of flow). |
Value
An igraph::graph
object.
See Also
Other danubeData:
danube
,
plotDanube()
[Package graphicalExtremes version 0.3.2 Index]