Description Arguments Details Value See Also
A method to override the behavoir of the function slot
.
object |
The object of type |
name |
A character value giving the name of the slot to look up. |
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.
Only if name is exactly “value” will the method return the mcarray
containing the coda. Otherwise, it returns the result of callNextMethod()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.