Skip to contents

Graph vectors

Vectorised graph data structures.

node_vec()
Graph vector along nodes
edge_vec()
Graph vector along edges
agg_vec()
Create an aggregation vector
agg_df()
Create an aggregation table

Graph structure

Access the nodes and edges of a graph vector, and identify aggregated elements.

nodes() edges()
Reorient a graph vector
is_aggregated()
Is the element an aggregation of smaller data

Interoperability

Convert graph vectors to other graph representations.

Developer tools

Low-level constructors for extending graphvec’s classes.

new_node_vec()
Constructor function for node_vec
new_edge_vec()
Constructor function for edge_vec