Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 75 found.
[1] < 1 2 3 4 5 6 7 8 > [8]  Sort:

language-class (Package: methods) : Classes to Represent Unevaluated Language Objects

The virtual class "language" and the specific classes that extend it represent unevaluated objects, as produced for example by the parser or by functions such as quote.
● Data Source: ● Keywords: classes
● Alias: (-class, <--class, {-class, call-class, for-class, if-class, language-class, name-class, repeat-class, while-class
● 0 images

getPackageName (Package: methods) : The Name associated with a Given Package

The functions below produce the package associated with a particular environment or position on the search list, or of the package containing a particular function. They are primarily used to support computations that need to differentiate objects on multiple packages.
● Data Source: ● Keywords: programming
● Alias: getPackageName, packageSlot, packageSlot<-, setPackageName
● 0 images

dotsMethods (Package: methods) : The Use of code{...

The “...” argument in R functions is treated specially, in that it matches zero, one or more actual arguments (and so, objects). A mechanism has been added to R to allow “...” as the signature of a generic function. Methods defined for such functions will be selected and called when all the arguments matching “...” are from the specified class or from some subclass of that class.
● Data Source: ● Keywords: classes, methods, programming
● Alias: dotsMethods
● 0 images

S3Part (Package: methods) : S3-style Objects and S4-class Objects

Old-style (S3) classes may be registered as S4 classes (by calling setOldClass), and many have been. These classes can then be contained in (that is, superclasses of) regular S4 classes, allowing formal methods and slots to be added to the S3 behavior. The function S3Part extracts or replaces the S3 part of such an object. S3Class extracts or replaces the S3-style class. S3Class also applies to object from an S4 class with S3methods=TRUE in the call to setClass.
● Data Source: ● Keywords: classes, programming
● Alias: S3, S3-class, S3Class, S3Class<-, S3Part, S3Part<-, S4, coerce,ANY,S3-method, coerce,ANY,S4-method, coerce,oldClass,S3-method, isXS3Class, slotsFromS3
● 0 images

MethodSupport (Package: methods) : Additional (Support) Functions for Methods

These are internal support routines for computations on formal methods.
● Data Source: ● Keywords: internal
● Alias: cacheMethod, getMethodsForDispatch, listFromMethods, resetGeneric
● 0 images

classRepresentation-class (Package: methods) : Class Objects

These are the objects that hold the definition of classes of objects. They are constructed and stored as meta-data by calls to the function setClass. Don't manipulate them directly, except perhaps to look at individual slots.
● Data Source: ● Keywords: classes
● Alias: classRepresentation-class
● 0 images

getMethod (Package: methods) : Get or Test for the Definition of a Method

Functions to look for a method corresponding to a given generic function and signature. The functions getMethod and selectMethod return the method; the functions existsMethod and hasMethod test for its existence. In both cases the first function only gets direct definitions and the second uses inheritance. In all cases, the search is in the generic function itself or in the package/environment specified by argument where.
● Data Source: ● Keywords: classes, methods, programming
● Alias: existsMethod, findMethod, getMethod, hasMethod, selectMethod
● 0 images

initialize-methods (Package: methods) : Methods to Initialize New Objects from a Class

The arguments to function new to create an object from a particular class can be interpreted specially for that class, by the definition of a method for function initialize for the class. This documentation describes some existing methods, and also outlines how to write new ones.
● Data Source: ● Keywords: methods, programming
● Alias: initialize,.environment-method, initialize,ANY-method, initialize,environment-method, initialize,signature-method, initialize,traceable-method, initialize-methods
● 0 images

representation (Package: methods) : Construct a Representation or a Prototype for a Class Definition

These are old utility functions to construct, respectively a list designed to represent the slots and superclasses and a list of prototype specifications. The representation() function is no longer useful, since the arguments slots and contains to setClass are now recommended.
● Data Source: ● Keywords: classes, programming
● Alias: prototype, representation
● 0 images

Documentation (Package: methods) : Using and Creating On-line Documentation for Classes and

Special documentation can be supplied to describe the classes and methods that are created by the software in the methods package. Techniques to access this documentation and to create it in R help files are described here.
● Data Source: ● Keywords: classes, documentation, methods, programming
● Alias: Documentation, Documentation-class, Documentation-methods
● 0 images