Learn R Programming

Patterns (version 1.2)

network-class: Class "network"

Description

2254

Arguments

Objects from the Class

Objects can be created by calls of the form new("network", ...).

Slots

network:

Object of class "matrix" ~~

name:

Object of class "vector" ~~

F:

Object of class "array" ~~

convF:

Object of class "matrix" ~~

convO:

Object of class "vector" ~~

time_pt:

Object of class "vector" ~~

Methods

analyze_network

signature(Omega = "network"): ...

cutoff

signature(Omega = "network"): ...

evolution

signature(net = "network"): ...

geneNeighborhood

signature(net = "network"): ...

plot

signature(x = "network", y = "ANY"): ...

plot

signature(x = "network", y = "micro_array"): ...

position

signature(net = "network"): ...

print

signature(x = "network"): ...

Examples

Run this code
# NOT RUN {
showClass("network")
# }

Run the code above in your browser using DataLab