vtable.ON.nodeDegree: Provide a table with nodes, extracted from a given graph...

Description Usage Arguments Examples

View source: R/002_vtable.ON.nodeDegree.R

Description

This funtion allows to extract a graph object and create a table with nodes, based on node degree. Table also include taxonomic information as well as network attributes such as node degree (nd) or size (frequence of observation). Output table is ordered from highest to lowest node degree

Usage

1
vtable.ON.nodeDegree(graph_object = net.grph, selected_taxonomy = sel.tax)

Arguments

net.grph

is a graph object

sel.tax

is a file containing taxonomic information or metafile that describe nodes attributes

Examples

1
nodes_info_basedon_nodedegree <- vtable.ON.nodeDegree(net.grph, sel.tax)

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