clone.Object.Rd
Creates an identical copy of the object and returns a reference to the new object.
# S3 method for class 'Object'
clone(this, ...)
A reference to the new object.
Please note that no constructors are called during the creation of the clone and neither is any static class code called.
For more information see Object
.