Node-class: Node

Node-classR Documentation

Node

Description

A class for representing nodes in a network

Slots

id

NodeId a unique identifier for the node

x

numeric value indicating the x coordinate of the node. Optional.

y

numeric value indicating the y coordinate of the node. Optional.

color

string or numeric that determines the color of the node. Optional.

weight

numeric value associated with the node, such as timestamp or other node-associated data. Optional.

degree

numeric value indicating the degree of the node


VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.