Generating function for DistrList-class
Generates an object of class "DistrList"
.
DistrList(..., Dlist)
... |
Objects of class |
Dlist |
an optional list or object of class |
Object of class "DistrList"
Matthias Kohl Matthias.Kohl@stamats.de
(DL <- DistrList(Norm(), Exp(), Pois())) plot(DL) as(Norm(), "DistrList") ## The function is currently defined as function(...){ new("DistrList", list(...)) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.