Learn R Programming

phylosim (version 3.0.5)

enableVirtual.PSRoot: Enable the use of virtual fields for a given object

Description

Enable the use of virtual fields for a given object. R.oo disables the virtual field feature inside get/set methods. This method can be used to re-enable virtual fields.

Usage

# S3 method for PSRoot
enableVirtual(this, ...)

Arguments

this

A PSRoot object.

...

Not used.

Value

The PSRoot object.

See Also

For more information see PSRoot.