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 |
attr |
The name of a vertex attribute in |
... |
additional arguments |
Value
The mixing matrix (of class table
) for object
and attr
.
[Package networkLite version 1.0.5 Index]