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

EuclCondition

Generating function for EuclCondition-class


Description

Generates an object of class "EuclCondition".

Usage

EuclCondition(dimension)

Arguments

dimension

positive integer: dimension of the Euclidean space

Value

Object of class "EuclCondition"

Author(s)

See Also

Examples

EuclCondition(dimension = 3)

## The function is currently defined as
function(dimension){
    new("EuclCondition", Range = EuclideanSpace(dimension = dimension))
}

distrEx

Extensions of Package 'distr'

v2.8.0
LGPL-3
Authors
Matthias Kohl [cre, cph], Peter Ruckdeschel [aut, cph]
Initial release
2019-03-29

We don't support your browser anymore

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