set.graph: Set Graph Attributes

View source: R/madantextnetwork.r

set.graphR Documentation

Set Graph Attributes

Description

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

Usage

set.graph(network)

Arguments

network

A graph object.

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.


MadanTextNetwork documentation built on May 29, 2024, 9:38 a.m.