diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-09-27 15:06:31 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-09-27 15:06:31 +0100 |
commit | 3aee2fd43e3059a699af2b63c6f2395e5a55e515 (patch) | |
tree | 58c95505a0906ed9cfa694f9dbd319403fd8f01d /doc/deg_seq.1 |
First commit on github -- NetBunch 1.0
Diffstat (limited to 'doc/deg_seq.1')
-rw-r--r-- | doc/deg_seq.1 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/deg_seq.1 b/doc/deg_seq.1 new file mode 100644 index 0000000..13536f8 --- /dev/null +++ b/doc/deg_seq.1 @@ -0,0 +1,51 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "DEG_SEQ" "1" "September 2017" "www.complex-networks.net" "www.complex-networks.net" +. +.SH "NAME" +\fBdeg_seq\fR \- Compute the degree sequence of a graph +. +.SH "SYNOPSIS" +\fBdeg_seq\fR \fIgraph_in\fR +. +.SH "DESCRIPTION" +\fBdeg_seq\fR computes the degree sequence of \fIgraph_in\fR\. +. +.SH "PARAMETERS" +. +.TP +\fIgraph_in\fR +undirected input graph (edge list)\. If is equal to \fB\-\fR (dash), read the edge list from STDIN\. +. +.SH "OUTPUT" +The program prints on STDOUT the degree sequence of \fIgraph_in\fR in the format: +. +.IP "" 4 +. +.nf + + k_1 + k_2 + k_3 + \.\.\.\. +. +.fi +. +.IP "" 0 +. +.P +where \fBk_i\fR is the degree of the i\-th node\. +. +.SH "SEE ALSO" +deg_seq_w(1), conf_model_deg(1), fitmle(1), power_law(1) +. +.SH "REFERENCES" +. +.IP "\(bu" 4 +V\. Latora, V\. Nicosia, G\. Russo, "Complex Networks: Principles, Methods and Applications", Chapter 10, Cambridge University Press (2017) +. +.IP "" 0 +. +.SH "AUTHORS" +(c) Vincenzo \'KatolaZ\' Nicosia 2009\-2017 \fB<v\.nicosia@qmul\.ac\.uk>\fR\. |