| DistrSymmList {distrMod} | R Documentation |
Generates an object of class "DistrSymmList".
DistrSymmList(...)
... |
Objects of class "DistributionSymmetry" which
shall form the list of symmetry types. |
Object of class "DistrSymmList"
Matthias Kohl Matthias.Kohl@stamats.de
DistrSymmList(NoSymmetry(), SphericalSymmetry(SymmCenter = 1),
EllipticalSymmetry(SymmCenter = 2))
## The function is currently defined as
function (...){
new("DistrSymmList", list(...))
}