top3Hub: Provide top three hub node and assocaited hub value from a...

Description Usage Arguments Examples

View source: R/004_top3hub.R

Description

This funtion provides a table contaning various network attributes

Usage

1
top3Hub(graph.object)

Arguments

graph.object

is a graph object that is used for plotting in an igraph

Examples

1
2
g <- erdos.renyi.game(100, 1/1000)
top3<- top3Hub(g)

ravinpoudel/myFunctions documentation built on May 9, 2020, 7:39 a.m.