Dnetwork-method: Methods defined for S4 class Dnetwork

Dnetwork-methodR Documentation

Methods defined for S4 class Dnetwork

Description

Methods defined for class Dnetwork.

Usage

## S4 method for signature 'Dnetwork'
dim(x)

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

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

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

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

## S4 method for signature 'Dnetwork'
id(object)

## S4 method for signature 'Dnetwork'
level(object)

## S4 method for signature 'Dnetwork'
description(object)

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

## S4 method for signature 'Dnetwork,ANY,ANY,ANY'
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

See Also

Dnetwork-class


hfang-bristol/dcGOR documentation built on July 16, 2022, 6:43 p.m.