create_response_function: Translate regular DAG to response functions
Description
Translate regular DAG to response functions
Usage
create_response_function(graph)
Value
A list of functions representing the response functions
Arguments
graph
An aaa-igraph-package object that represents a
directed acyclic graph that contains certain edge attributes.
The shiny app returns a graph in this format and initialize_graph
will add them to a regular igraph object with sensible defaults.