Learn R Programming

tractor.base (version 3.3.5.1)

nilObject: The nil object

Description

The nil object is an empty object of class SerialisableObject. It can be used as a placeholder where such an object of this class, or one of its subclasses, is required. It serialises to the empty list.

Usage

nilObject()

is.nilObject(object)

Value

nilObject returns the nil object. is.nilObject returns

TRUE if its argument is identical to the nil object, or if it is equivalent in the sense of serialising to an identical result.

Arguments

object

Any object.

Author

Jon Clayden

References

Please cite the following reference when using TractoR in your work:

J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18. https://www.jstatsoft.org/v44/i08/.

See Also

SerialisableObject