Learn R Programming

netjack (version 1.0.0)

Net-class: An S4 class to represent a single network.

Description

This class represents a single observation of a network, with associated node level variables.

Arguments

Slots

net

matrix. The network represented as an adjacency matrix.

net.name

character. The name of the network (e.g. subject ID, school name)

node.variables

list. A named list of node variables, in the same order as the adjacency matrix.

Details

For constructor see: as_Net