Learn R Programming

MadanTextNetwork (version 0.1.0)

set.graph: Set Graph Attributes

Description

This function sets various attributes for a given graph object, including vertex degree and edge width.

Usage

set.graph(network)

Value

The input graph object with added attributes: 'degree' for each vertex and 'width' for each edge. These attributes enhance the graph's visual representation and analytical capabilities.

Arguments

network

A graph object.