EllipticalSymmetry {distrMod} | R Documentation |
Generates an object of class "EllipticalSymmetry"
.
EllipticalSymmetry(SymmCenter = 0)
SymmCenter |
numeric: center of symmetry |
Object of class "EllipticalSymmetry"
Matthias Kohl Matthias.Kohl@stamats.de
EllipticalSymmetry-class
, DistributionSymmetry-class
EllipticalSymmetry() ## The function is currently defined as function(SymmCenter = 0){ new("EllipticalSymmetry", SymmCenter = SymmCenter) }