hasVosonTextData {VOSONDash}R Documentation

Check if graph object has text attributes

Description

This function checks if a graph has either vertex or edge text attributes.

Usage

hasVosonTextData(g)

Arguments

g

igraph graph object.

Value

Result as logical.

Note

Uses the VOSON vertex and edge text attribute prefix "vosonTxt_" to determine if attributes are text attributes.


[Package VOSONDash version 0.5.7 Index]