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.
# S3 method for network.matrix
$(x, i)The requested column or metadata field from the network matrix.
An object of class "network.matrix".
Name of the column or metadata field to extract.