aggNodeAttr: Node Attribute Aggregater

View source: R/aggNodeAttr.R

aggNodeAttrR Documentation

Node Attribute Aggregater

Description

aggNodeAttr creates a data frame that summarizes node attributes.

Usage

aggNodeAttr(node_df, measure_of_cent = "mean")

Arguments

node_df

A data frame containing all the characteristics of the nodes in the network. If there are n networks, a maximum of x nodes per network and y variables for each node, the data frame should have n rows and x*y columns. The column names of each variable should be written as follows: var1, var2, ... , varX.

measure_of_cent

A vector that contains the measures of centrality with which to summarize the node attributes. The supported measures are "mean" and "median". Note that missing values are excluded from the calculations.

Author(s)

Philippe Boileau , philippe_boileau@berkeley.edu


PhilBoileau/neatmaps documentation built on April 21, 2022, 3:54 a.m.