met: ANT Graphical User Interface (GUI)

View source: R/met.R

metR Documentation

ANT Graphical User Interface (GUI)

Description

Graphical user interface for the calculation of node metrics.

Usage

met(M, df = NULL, dfid = NULL)

Arguments

M

a square adjacency matrix or a list of square adjacency matrices or output from ANT functions of type perm'.

df

a data frame of same length as in the input matrix or a list of data frames of same length as the correspondoing matrix in argument M.

dfid

an integer or a string indicating the column of individual ids in argument df

Details

returns the data frame with node network metrics, if weighted =TRUE:

  • Weighted met.degree (WD)

  • Weighted met.indegree (WID)

  • Weighted met.outdegree (WOD)

  • Weighted met.met.ri (met.met.ri)

  • Weighted met.evcent (WEi)

  • Weighted clustering coefficient (WCC)

  • Weighted closeness (WCL)

  • Weighted betweenness (WDB)

  • Weighted betweenness (WUB)

  • Weighted met.disparity (met.disparity)

if weighted =NULL, it returns binary network metrics:

  • Binary met.degree (BD)

  • Binary met.indegree (BID)

  • Binary met.outdegree (BOD)

  • Binary met.met.ri (met.met.ri)

  • Binary met.evcent (BEi)

  • Binary clustering coefficient (BCC)

  • Binary closeness (BCL)

  • Binary betweenness (DBB)

  • Binary betweenness (UBB)

  • Binary met.evcent community (e.i. modularity) (BEiM)

Author(s)

Sebastian Sosa, Ivan Puga-Gonzalez


SebastianSosa/ant documentation built on Sept. 23, 2023, 7:06 a.m.