R object-oriented programming with or without references


[Package List] [Top]

Documentation for package `R.oo' version 1.0.3

User Guides and Package Vignettes

Read overview or browse directory.

Help Pages

C D E H I L O P R S T

. About this package About this package

-- C --

charToInt Converts a vector of integers into a vector of ASCII characters
Class The Class class describes an Object class

-- D --

dimension Gets the dimension of the object

-- E --

equals Compares an object with another
Exception The Exception class to be thrown and caught

-- H --

hashCode Gets an integer hashcoded for R objects

-- I --

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

-- L --

ll Generates a list of informative properties of all members of an environment

-- O --

Object The root class that every class must inherit from

-- P --

Package The Package class provides methods for accessing package information

-- R --

R.oo About this package
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

-- S --

setConstructorS3 Defines a class in S3/UseMethod style
setMethodS3 Creates a method for a class using S3/UseMethod style

-- T --

throw Throws an Exception
trim Converts to a string and removes leading and trailing whitespace
typeOfClass Gets the type of a class (S3 or S4)