EuclCondition-class         package:distrEx         R Documentation

_C_o_n_d_i_t_i_o_n_i_n_g _b_y _a_n _E_u_c_l_i_d_e_a_n _s_p_a_c_e.

_D_e_s_c_r_i_p_t_i_o_n:

     Conditioning by an Euclidean space.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

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

_S_l_o_t_s:

     '_R_a_n_g_e': Object of class '"EuclideanSpace"'. 

     '_n_a_m_e': Object of class '"character"': name of condition. 

_E_x_t_e_n_d_s:

     Class '"Condition"', directly.

_M_e_t_h_o_d_s:

     _R_a_n_g_e 'signature(object = "EuclCondition")' accessor function for
          slot 'Range'.

     _s_h_o_w 'signature(object = "EuclCondition")'

_A_u_t_h_o_r(_s):

     Matthias Kohl Matthias.Kohl@stamats.de

_S_e_e _A_l_s_o:

     'Condition-class', 'EuclCondition'

_E_x_a_m_p_l_e_s:

       new("EuclCondition")

