FunSymmList: Generating function for FunSymmList-class

Description Usage Arguments Value Author(s) See Also Examples

View source: R/FunSymmList.R

Description

Generates an object of class "FunSymmList".

Usage

1

Arguments

...

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

Value

Object of class "FunSymmList"

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

See Also

FunSymmList-class

Examples

1
2
3
4
5
6
7
FunSymmList(NonSymmetric(), EvenSymmetric(SymmCenter = 1), 
            OddSymmetric(SymmCenter = 2))

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

ROptEstOld documentation built on May 2, 2019, 12:51 p.m.