getDanubeFlowGraph: Get Danube flow graph

View source: R/data_danube.R

getDanubeFlowGraphR 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()


graphicalExtremes documentation built on Nov. 14, 2023, 1:07 a.m.