newInstance.BasicObject.Rd
Creates a new instance of the same class as this object.
# S3 method for class 'BasicObject'
newInstance(this, ...)
Arguments passed to the constructor of the corresponding
BasicObject
class.
Returns a reference to an instance of BasicObject
or a subclass thereof.
newInstance.Object
().
newInstance.Class
().
For more information see BasicObject
.