findNode: Find the Node List a matrix to show the nodes in the graphs...

Description Usage Arguments Examples

View source: R/findNodes.R

Description

Find the Node List a matrix to show the nodes in the graphs according to the times of being connected

Usage

1
findNode(times, graph)

Arguments

times

A numeric shows the times of nodes which have been connected

graph

A vector or matrix shows the graphs. If the graph is a matrix, the nodes of these graphs should be the same

Examples

1
2
findNode(1, p3(1:3))
findNode(2, p3(1:3))

placeboo/subgraph documentation built on May 29, 2019, 7:37 a.m.