# NOT RUN {
# Initialize a new computational graph.
x <- cgraph$new()
# Initialize another computational graph. It becomes the current active graph.
y <- cgraph$new()
# Set graph x to be the active graph.
x$active()
# }
Run the code above in your browser using DataLab