distrEx (version 2.7.0)

EuclCondition-class: Conditioning by an Euclidean space.

Description

Conditioning by an Euclidean space.

Arguments

Objects from the Class

Objects can be created by calls of the form new("EuclCondition", ...). More frequently they are created via the generating function EuclCondition.

Slots

Range

Object of class "EuclideanSpace".

name

Object of class "character": name of condition.

Extends

Class "Condition", directly.

Methods

Range

signature(object = "EuclCondition") accessor function for slot Range.

show

signature(object = "EuclCondition")

See Also

Condition-class, EuclCondition

Examples

Run this code
# NOT RUN {
  new("EuclCondition")
# }

Run the code above in your browser using DataLab