graph_decorator: Graph Decorator Operator

graph_decoratorR Documentation

Graph Decorator Operator

Description

Decorate a graph object (g) a decorator function (f) or a tibble with meta data for nodes (length: nodes) Functions can be defined manually as functions that return an anonymous function.

Usage

g %@% f

Arguments

g

graph object or list of graph objects to decorate

f

decorator function to decorate the graph with, or a tibble

Value

Graph object or list of graph objects with decorated attributes


esteinig/netviewr documentation built on Oct. 20, 2024, 5:16 a.m.