cg_session_graph {cgraph}R Documentation

Get Active Graph

Description

Get the graph that is currently active.

Usage

cg_session_graph()

Value

cg_graph object, the graph that is currently active.

Author(s)

Ron Triepels

Examples

# Initialize a computational graph
x <- cg_graph()

# Retrieve the graph from the session
cg_session_graph()


[Package cgraph version 4.0.3 Index]