Description
Methods defined for class Dnetwork
.
Usage
dim(x)
adjMatrix(x)
nodeInfo(x)
nInfo(object)
nodeNames(object)
id(object)
level(object)
description(object)
show(object)
x[i, j, ..., drop = FALSE]
Arguments
- x
- an object of class
Dnetwork
- object
- an object of class
Dnetwork
- i
- an index
- j
- an index
- ...
- additional parameters
- drop
- a logic for matrices and arrays. If TRUE the result is
coerced to the lowest possible dimension. This only works for
extracting elements, not for the replacement