Learn R Programming

R.utils (version 2.12.2)

Assert: The Assert class

Description

Package: R.utils
Class Assert

Object
~~|
~~+--Assert

Directly known subclasses:

public static class Assert
extends Object

Usage

Assert(...)

Arguments

...

Not used.

Fields and Methods

Methods:

checkStatic method asserting that a generic condition is true.
inheritsFromStatic method asserting that an object inherits from of a certain class.
isMatrixStatic method asserting that an object is a matrix.
isScalarStatic method asserting that an object is a single value.
isVectorStatic method asserting that an object is a vector.

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save

Author

Henrik Bengtsson