Assert                package:R.utils                R Documentation

_T_h_e _A_s_s_e_r_t _c_l_a_s_s

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

     Package:  R.utils 
      *Class Assert*

     'Object'
      '~~|'
      '~~+--''Assert'

     *Directly known subclasses:*


     public static class *Assert*
      extends Object

_U_s_a_g_e:

     Assert(...)

_A_r_g_u_m_e_n_t_s:

     ...: Not used.

_F_i_e_l_d_s _a_n_d _M_e_t_h_o_d_s:

     *Methods:*

         'check'     Static method asserting that a generic condition is true.
         'inherits'  Static method asserting that an object inherits from of a certain class.
         'isMatrix'  Static method asserting thatan object is a matrix.
         'isScalar'  Static method asserting thatan object is a single value.
         'isVector'  Static method asserting thatan object is a vector.

     *Methods inherited from Object*:
      $, $<-, [[, [[<-, as.character, attach, attachLocally,
     clearCache, clone, detach, equals, extend, finalize, gc,
     getEnvironment, getFields, getInstanciationTime,
     getStaticInstance, hasField, hashCode, ll, load, objectSize,
     print, save

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

