strongly_connected: Check for strongly connected graph

Description Usage Arguments Value

View source: R/graph_analysis.R

Description

Determines whether a matrix forms a strongly connected graph.

Usage

1

Arguments

w

matrix to check.

Value

A statement that is either: 'The graph is strongly connected' or if the graph is not strongly connected then: 'The graph contains n strongly connected components and the largest one contains m nodes' where n and m will be determined.


ss15859/tennis.wta documentation built on Jan. 24, 2021, 12:46 a.m.