edge_from_function {rcausim}R 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)

[Package rcausim version 0.1.1 Index]