Learn R Programming

BALD (version 1.0.0-3)

slot,NodeOutput,character-method: A method to override the behavoir of the function slot.

Description

A method to override the behavoir of the function slot.

Arguments

object

The object of type NodeOutput with the slot to look up.

name

A character value giving the name of the slot to look up.

Value

Only if name is exactly “value” will the method return the mcarray containing the coda. Otherwise, it returns the result of callNextMethod().

Details

In order to enhance the memory management, coda files are optionally stored on the harddrive in temporary files and loaded on an as needed basis. By overriding this function, we are able to make this seamless. Overriding the function slot is a slight abuse and, as such, may in the future be replaced by an accessor function.

See Also

slot