Description Usage Arguments Value Author(s) See Also Examples
Generates an object of class "EvenSymmetric"
.
1 | EvenSymmetric(SymmCenter = 0)
|
SymmCenter |
numeric: center of symmetry |
Object of class "EvenSymmetric"
Matthias Kohl Matthias.Kohl@stamats.de
EvenSymmetric-class
, FunctionSymmetry-class
1 2 3 4 5 6 | EvenSymmetric()
## The function is currently defined as
function(SymmCenter = 0){
new("EvenSymmetric", SymmCenter = SymmCenter)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.