Cnetwork-method: Methods defined for S4 class Cnetwork

Description Usage Arguments See Also

Description

Methods defined for class Cnetwork.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S4 method for signature 'Cnetwork'
dim(x)

## S4 method for signature 'Cnetwork'
adjMatrix(x)

## S4 method for signature 'Cnetwork'
nodeInfo(x)

## S4 method for signature 'Cnetwork'
nInfo(object)

## S4 method for signature 'Cnetwork'
nodeNames(object)

## S4 method for signature 'Cnetwork'
show(object)

## S4 method for signature 'Cnetwork,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

Arguments

x

an object of class Cnetwork

object

an object of class Cnetwork

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

See Also

Cnetwork-class


dcGOR documentation built on May 2, 2019, 3:34 p.m.

Related to Cnetwork-method in dcGOR...