network: Directed Graph Centrality

View source: R/network.h.R

networkR Documentation

Directed Graph Centrality

Description

Directed Graph Centrality

Usage

network(
  data,
  labels,
  vars,
  cen = TRUE,
  plot = FALSE,
  width = 500,
  height = 500
)

Arguments

data

The data as a data frame.

labels

.

vars

.

cen

.

plot

.

width

.

height

.

Value

A results object containing:

results$instructions a html
results$text a preformatted
results$cen a table
results$plot an image

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$cen$asDF

as.data.frame(results$cen)


hyunsooseol/seolmatrix documentation built on July 4, 2025, 3:05 a.m.