Description Objects Slots Methods Author(s) See Also Examples
The arf3DS4 "mnames" class contains information on the models in a subject/condition. It can be used to quickly load models without having to specify the experiment, subject and condition each time.
Objects can be created by calls of the form new("mnames", ...)
.
experiment
:Object of class "experiment" (see experiment
).
subject
:Subject name.
condition
:Condition name.
mnames
:Vector of modelnames within a subject/condition.
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
signature(object = "mnames")
: ...
In this case classname is "mnames" and slotname is for example "subject". So to access the "subject" slot of an r-object "mymnames" (of class "mnames") type .mnames.subject(mymnames)
.
Wouter D. Weeda - w.d.weeda@gmail.com
1 | showClass("mnames")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.