net.centrality.degree: Compute network degree centrality measure

Description Usage Arguments Value Methods (by class)

Description

This generic method computes the centrality degree of a network object

Usage

1
2
3
4
5
6
net.centrality.degree(x, target, which = "ego", direction = "in",
  quiet = FALSE)

## S4 method for signature 'NetworkVariable'
net.centrality.degree(x, target, which = "ego",
  direction = "in", quiet = FALSE)

Arguments

x

the object for which we want to compute the centrality

target

a character the label of the valid case to use for attesting of a link (see valids(your_network) or listing valid cases).

which

a character if set to a node name, the centrality degree of this node is computed. If set to the value 'network', the network centrality degree is computed.

direction

a character if set to 'in' the in-degree centrality is computed, if set to 'out' the out-degree centrality is computed.

quiet

a logical if TRUE messages are disabled.

Value

A ScaleVariable object.

Methods (by class)


Rsocialdata.network documentation built on May 2, 2019, 4:52 p.m.