From 3aee2fd43e3059a699af2b63c6f2395e5a55e515 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 27 Sep 2017 15:06:31 +0100 Subject: First commit on github -- NetBunch 1.0 --- doc/graph_info.1.html | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 doc/graph_info.1.html (limited to 'doc/graph_info.1.html') diff --git a/doc/graph_info.1.html b/doc/graph_info.1.html new file mode 100644 index 0000000..5f41f36 --- /dev/null +++ b/doc/graph_info.1.html @@ -0,0 +1,135 @@ + + + + + + graph_info(1) - Print basic information about a graph + + + + + +
+ + + +
    +
  1. graph_info(1)
  2. +
  3. www.complex-networks.net
  4. +
  5. graph_info(1)
  6. +
+ +

NAME

+

+ graph_info - Print basic information about a graph +

+ +

SYNOPSIS

+ +

graph_info graph_in

+ +

DESCRIPTION

+ +

graph_info prints the number of nodes, number of edges, average +degree, and average squared degree of graph_in.

+ +

PARAMETERS

+ +
+
graph_in
undirected input graph (edge list). If is equal to - (dash), read + the edge list from STDIN.
+
+ + +

OUTPUT

+ +

The program prints on STDOUT a single line in the format:

+ +
    N K avg_k avg_k2
+
+ +

where N is the number of nodes, K is the number of edges, avg_k +is the average degree, and avg_k2 is the average squared degree of graph_in.

+ +

SEE ALSO

+ +

clust(1)

+ +

REFERENCES

+ + + + +

AUTHORS

+ +

(c) Vincenzo 'KatolaZ' Nicosia 2009-2017 <v.nicosia@qmul.ac.uk>.

+ + +
    +
  1. www.complex-networks.net
  2. +
  3. September 2017
  4. +
  5. graph_info(1)
  6. +
+ +
+ + -- cgit v1.2.3