Description Objects from the Class Slots Methods Author(s) Examples
Objects of class /des/ gives the possibility to store in a standardized
way, different pieces of information about a data frame, a function, a
Bayesian network,... anything having got some identity. Standard
facilities are available to display them. Not all the slots need to be filled, only name
is compulsory.
Objects can be created by calls of the form new("des",name="myobject")
.
name
:Object of class "character"
name of the object being described. It must be a scalar. It is the only compulsory slot, the other ones can be character(0)
.
orig
:Object of class "character"
scalar giving the origin
time
:Object of class "character"
scalar giving the time of creation/modification
defi
:Object of class "character"
scalar giving the definition
role
:Object of class "character"
scalar giving the role of the structure
comm
:Object of class "character"
can be a vector, each component of it will be interpreted as a paragraph.
see print8des
for the details.
Jean-Baptiste Denis
1 | showClass("des");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.