+.networkLite {networkLite} | R Documentation |
Add and Subtract networkLite
s
Description
Add and Subtract networkLite
s
Usage
## S3 method for class 'networkLite'
e1 + e2
## S3 method for class 'networkLite'
e1 - e2
Arguments
e1 , e2 |
|
Value
For the +
method, a networkLite
whose edges are those
in either e1
or e2
. For the -
method, a
networkLite
whose edges are those in e1
and not in
e2
.
[Package networkLite version 1.0.5 Index]