mixingmatrix.networkLite {networkLite}R Documentation

Extract Mixing Matrix from networkLite

Description

Extract Mixing Matrix from networkLite

Usage

## S3 method for class 'networkLite'
mixingmatrix(object, attr, ...)

Arguments

object

A networkLite object.

attr

The name of a vertex attribute in object.

...

additional arguments

Value

The mixing matrix (of class table) for object and attr.


[Package networkLite version 1.0.5 Index]