Learn R Programming

graphicalExtremes (version 0.3.2)

getDanubeFlowGraph: Get Danube flow graph

Description

Returns an igraph::graph object representing the flow graph of the danube dataset.

Usage

getDanubeFlowGraph(stationIndices = NULL, directed = FALSE)

Value

An igraph::graph object.

Arguments

stationIndices

Logical or numerical vector. Indicating which stations to include.

directed

Logical. Whether the graph should be directed (in the direction of flow).

See Also

Other danubeData: danube, plotDanube()