cartesian_product: Cartesian product of two ralgets

View source: R/cartesian_product.R

cartesian_productR Documentation

Cartesian product of two ralgets

Description

Cartesian product of two ralgets

Usage

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.


ianmoran11/ralget documentation built on Oct. 12, 2023, 12:19 a.m.