distr (version 2.2.2)

DistrSymmList: Generating function for DistrSymmList-class

Description

Generates an object of class "DistrSymmList".

Usage

DistrSymmList(...)

Arguments

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

Value

  • Object of class "DistrSymmList"

concept

symmetry

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 DataCamp Workspace