distr (version 2.8.0)

DistrSymmList: Generating function for DistrSymmList-class

Description

Generates an object of class "DistrSymmList".

Usage

DistrSymmList(...)

Value

Object of class "DistrSymmList"

Arguments

...

Objects of class "DistributionSymmetry" which shall form the list of symmetry types.

Author

Matthias Kohl Matthias.Kohl@stamats.de

See Also

DistrSymmList-class

Examples

Run this code
DistrSymmList(NoSymmetry(), SphericalSymmetry(SymmCenter = 1), 
              EllipticalSymmetry(SymmCenter = 2))

## The function is currently defined as
function (...){
    new("DistrSymmList", list(...))
}

Run the code above in your browser using DataLab