DistrSymmList {distr} | R Documentation |
Generates an object of class "DistrSymmList"
.
DistrSymmList(...)
... |
Objects of class |
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(...))
}