R.oo-package | Package R.oo |
charToInt | Converts a vector of integers into a vector of ASCII characters |
Class | The Class class describes an Object class |
dimension | Gets the dimension of the object |
equals | Compares an object with another |
Exception | The Exception class to be thrown and caught |
extend | Extends a object |
hashCode | Gets an integer hashcoded for R objects |
InternalErrorException | InternalErrorException represents internal errors |
intToChar | Converts a vector of ASCII characters into a vector of integers |
isGenericS3 | Checks if a function is a S3/UseMethod generic function |
isGenericS4 | Checks if a function is a S4 generic function |
ll | Generates a list of informative properties of all members of an environment |
Object | The root class that every class must inherit from |
R.oo | Package R.oo |
RccViolationException | An RccViolationException indicates a violation of the R Coding Conventions (RCC) |
Rdoc | Class for converting Rdoc comments to Rd files |
RdocException | RdocException are thrown by the Rdoc compiler |
setConstructorS3 | Defines a class in S3/UseMethod style |
setMethodS3 | Creates a method for a class using S3/UseMethod style |
throw | Throws an Exception |
throw.error | Throws (rethrows) an object of class 'error' |
trim | Converts to a string and removes leading and trailing whitespace |
typeOfClass | Gets the type of a class (S3 or S4) |