Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FunSymmList

Generating function for FunSymmList-class


Description

Generates an object of class "FunSymmList".

Usage

FunSymmList(...)

Arguments

...

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

Value

Object of class "FunSymmList"

Author(s)

See Also

Examples

FunSymmList(NonSymmetric(), EvenSymmetric(SymmCenter = 1), 
            OddSymmetric(SymmCenter = 2))

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

ROptEstOld

Optimally Robust Estimation - Old Version

v1.2.0
LGPL-3
Authors
Matthias Kohl [aut, cre, cph]
Initial release
2019-04-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.