Assert
From R.utils v0.5.5
by Henrik Bengtsson
The Assert class
Package: R.utils
Class Assert
Object
~~|
~~+--
Assert
Directly known subclasses:
public static class Assert
extends Object
- Keywords
- classes
Usage
Assert(...)
Arguments
- ...
- Not used.
Fields and Methods
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, clone, detach, equals, extend, finalize, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Community examples
Looks like there are no examples yet.