Skip to contents

This S3 method allows convenient extraction of metadata columns from a network matrix object using the $ operator. If the requested column is metadata, it is returned from the model's meta.data; otherwise, the standard extraction is performed.

Usage

# S3 method for class 'network.matrix'
x$i

Arguments

x

An object of class "network.matrix".

i

Name of the column or metadata field to extract.

Value

The requested column or metadata field from the network matrix.