Description Usage Arguments Value Author(s) See Also Examples
Generates an object of class "FunSymmList"
.
1 |
... |
Objects of class |
Object of class "FunSymmList"
Matthias Kohl Matthias.Kohl@stamats.de
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(...))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.