R object-oriented programming with or without references


[Package List] [Top]

Documentation for package ‘R.oo’ version 1.6.7

User Guides and Package Vignettes

Read overview or browse directory.

Help Pages

R.oo-package Package R.oo
charToInt Converts a vector of ASCII characters into a vector of integers
charToInt.default Converts a vector of ASCII characters into a vector of integers
Class The Class class describes an Object class
dimension Gets the dimension of the object
dimension.default Gets the dimension of the object
equals Compares an object with another
equals.default Compares an object with another
Exception The Exception class to be thrown and caught
extend Extends a object
extend.default Extends a object
getConstructorS3 Get a constructor method
getConstructorS3.default Get a constructor method
getName.environment Gets the name of an environment
hashCode Gets an integer hashcoded for R objects
hashCode.default Gets an integer hashcoded for R objects
InternalErrorException InternalErrorException represents internal errors
intToChar Converts a vector of integers into a vector of ASCII characters
intToChar.default Converts a vector of integers into a vector of ASCII characters
ll Generates a list of informative properties of all members of an environment
ll.default Generates a list of informative properties of all members of an environment
Object The root class that every class must inherit from
objectSize Gets the size of the object in bytes
objectSize.default Gets the size of the object in bytes
objectSize.environment Gets the size of an environment in bytes
Package The Package class provides methods for accessing package information
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
setConstructorS3.default Defines a class in S3/UseMethod style
throw Throws an Exception
throw.default Throws an Exception
throw.error Throws (rethrows) an object of class 'error'
trim Converts to a string and removes leading and trailing whitespace
trim.default Converts to a string and removes leading and trailing whitespace
typeOfClass Gets the type of a class (S3 or S4)
typeOfClass.default Gets the type of a class (S3 or S4)