Learn R Programming

tractor.base (version 3.5.0)

loso: Lists of serialisable objects

Description

This function creates objects of S3 class "loso", which are standard lists with this class attribute set. These objects can be used within SerialisableObject objects for fields that contain multiple objects which may themselves be serialisable. Otherwise their functionality is the same as a normal list.

Usage

loso(..., count = NA)

Value

A list of class "loso".

Arguments

...

List elements.

count

If only one element is provided, an optional integer specifying the number of times to repeat the element. This allows lists of a fixed size to be created using a default value.

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. tools:::Rd_expr_doi("10.18637/jss.v044.i08").

See Also

SerialisableObject, save, load, writeImageFile.