edge_from_function: Identify edges given functions

View source: R/edge_from_function-function.R

edge_from_functionR Documentation

Identify edges given functions

Description

Identify edges given functions

Usage

edge_from_function(func)

Arguments

func

Functions, an object class generated by function_from_edge or function_from_user functions.

Value

A data frame which include the columns 'from' and 'to in this order.

Examples


data(functions)
edge_from_function(functions)

rcausim documentation built on June 24, 2024, 5:06 p.m.