Learn R Programming

R.oo (version 1.2.7)

newInstance.Object: Creates a new instance of the same class as this object

Description

Creates a new instance of the same class as this object.

Usage

## S3 method for class 'Object}(this, ...)':
newInstanceundefined

...{Not used.}

Returns a reference to an instance of Object or a subclass thereof.

[object Object]

newInstance.Class().
  For more information see Object.



internal
methods
programming

Arguments