DistrSymmList {distr} | R Documentation |
Generating function for DistrSymmList-class
Description
Generates an object of class "DistrSymmList"
.
Usage
DistrSymmList(...)
Arguments
... |
Objects of class |
Value
Object of class "DistrSymmList"
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
DistrSymmList(NoSymmetry(), SphericalSymmetry(SymmCenter = 1),
EllipticalSymmetry(SymmCenter = 2))
## The function is currently defined as
function (...){
new("DistrSymmList", list(...))
}
[Package distr version 2.9.3 Index]