Rdocumentation
powered by
Learn R Programming
stream (version 0.1-1)
get_copy: Create a Deep Copy of a DSC Object
Description
DSC objects contain reference classes or Java data structures (for MOA). Therefore, we provide a mechanism to create deep copies.
Usage
get_copy(x)
Arguments
x
The DSC object being copied.
Value
A deep copy of the original DSC.
See Also
DSC