hasVosonTextData: Check if graph object has text attributes

View source: R/networkGraphs.R

hasVosonTextDataR 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.


vosonlab/VOSONDash documentation built on Feb. 9, 2023, 8:37 a.m.