Learn R Programming

distrMod (version 2.9.4)

FunSymmList: Generating function for FunSymmList-class

Description

Generates an object of class "FunSymmList".

Usage

FunSymmList(...)

Value

Object of class "FunSymmList"

Arguments

...

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

Author

Matthias Kohl Matthias.Kohl@stamats.de

See Also

FunSymmList-class

Examples

Run this code
FunSymmList(NonSymmetric(), EvenSymmetric(SymmCenter = 1), 
            OddSymmetric(SymmCenter = 2))

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

Run the code above in your browser using DataLab