Cartesian product of two ralgets

cartesian_product(x, y, node_combine = NULL, edge_combine = NULL)

Arguments

x

ralget graph

y

ralget graph

node_combine

an anonymous function with two argument indicating how attrs will be cominbed.

edge_combine

an anonymous function with two argument indicating how attrs will be cominbed.