Learn R Programming

cgraph (version 3.0.1)

cg_initialize: Computational Graph

Description

Initialize a computational graph.

Arguments

library

environment, function library used by the graph. Defaults to cg_default_library.

Value

cgraph object.

Details

$new(library = cgraph::cg_default_library)

Examples

Run this code
# NOT RUN {
# Initialize a new computational graph.
x <- cgraph$new()

# }

Run the code above in your browser using DataLab