Condition-class {distrEx} | R Documentation |
Conditions
Description
The class of conditions.
Objects from the Class
Objects can be created by calls of the form new("Condition", ...)
.
Slots
name
Object of class
"character"
: name of the condition
Methods
- name
signature(object = "Condition")
: accessor function for slotname
.- name<-
signature(object = "Condition")
: replacement function for slotname
.
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
UnivariateCondDistribution-class
Examples
new("Condition")
[Package distrEx version 2.9.2 Index]