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