extend.Interface {R.oo} | R Documentation |
Extends another Interface class.
## S3 method for class 'Interface': extend(this, ...className, ...)
...className |
The name of new interface. |
... |
Named values representing the fields of the new instance. |
Returns an Interface of class className
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Interface
.