Learn R Programming

CVXR (version 1.9.1)

tree_copy: Deep Copy of an Expression Tree

Description

Deep Copy of an Expression Tree

Usage

tree_copy(x, id_objects = NULL)

Value

A deep copy of the entire expression tree.

Arguments

x

A canonicalizable object.

id_objects

Optional identity map for deduplication.