| DistrList-class | R Documentation |
Create a list of distributions
Objects can be created by calls of the form new("DistrList", ...).
More frequently they are created via the generating function
DistrList.
.DataObject of class "list".
A list of distributions.
Class "list", from data part.
Class "vector", by class "list".
signature(object = "DistrList")
signature(object = "DistrList")
signature(from = "Distribution", to = "DistrList"):
create a "DistrList" object from a "Distribution" object
Matthias Kohl Matthias.Kohl@stamats.de
DistrList, Distribution-class
(DL <- new("DistrList", list(Norm(), Exp())))
plot(DL)
as(Norm(), "DistrList")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.