EllipticalSymmetry {distr}R Documentation

Generating function for EllipticalSymmetry-class

Description

Generates an object of class "EllipticalSymmetry".

Usage

EllipticalSymmetry(SymmCenter = 0)

Arguments

SymmCenter

numeric: center of symmetry

Value

Object of class "EllipticalSymmetry"

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

See Also

EllipticalSymmetry-class, DistributionSymmetry-class

Examples

EllipticalSymmetry()

## The function is currently defined as
function(SymmCenter = 0){ 
    new("EllipticalSymmetry", SymmCenter = SymmCenter) 
}

[Package distr version 2.9.3 Index]