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 13 found.
[1] < 1 2 > [2]  Sort:

R.KEYWORDS (Package: R.methodsS3) : Reserved words in R not to be used for object names

Reserved words in R not to be used for object names. R.KEYWORDS is a character vector of all reserved words in R according to [1].
● Data Source: CranContrib
● Keywords: internal, programming
● Alias: R.KEYWORDS
● 0 images

getMethodS3 (Package: R.methodsS3) : Gets an S3 method

Gets an S3 method.
● Data Source: CranContrib
● Keywords: methods, programming
● Alias: getMethodS3, getMethodS3.default
● 0 images

isGenericS3 (Package: R.methodsS3) : Checks if a function is a S3 generic function

Checks if a function is a S3 generic function.
● Data Source: CranContrib
● Keywords: methods, programming
● Alias: isGenericS3, isGenericS3.default
● 0 images

setMethodS3 (Package: R.methodsS3) : Creates an S3 method

Creates an S3 method. A function with name <name>.<class> will be set to definition. The method will get the modifiers specified by modifiers. If there exists no generic function for this method, it will be created automatically.
● Data Source: CranContrib
● Keywords: methods, programming
● Alias: setMethodS3, setMethodS3.default
● 0 images

throw (Package: R.methodsS3) : Throws an exception

Throws an exception by calling stop().
● Data Source: CranContrib
● Keywords: error
● Alias: throw, throw.default
● 0 images

findDispatchMethodsS3 (Package: R.methodsS3) : Finds the S3 methods that a generic function would call

Finds the S3 methods that a generic function would call, ordered according to an S3 class() vector.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: findDispatchMethodsS3, findDispatchMethodsS3.default
● 0 images

getGenericS3 (Package: R.methodsS3) : Gets an S3 generic function

Gets an S3 generic function.
● Data Source: CranContrib
● Keywords: methods, programming
● Alias: getGenericS3, getGenericS3.default
● 0 images

getDispatchMethodS3 (Package: R.methodsS3) : Gets the S3 method that a generic function would call

Gets the S3 method that a generic function would call according to an S3 class() vector.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: getDispatchMethodS3, getDispatchMethodS3.default
● 0 images

pkgStartupMessage (Package: R.methodsS3) : Generates a (package) startup message

Generates a (package) startup message. Contrary to packageStartupMessage(), this method does not output a message when library()/require() is called with argument quietly=TRUE.
● Data Source: CranContrib
● Keywords: internal
● Alias: pkgStartupMessage, pkgStartupMessage.default
● 0 images

isGenericS4 (Package: R.methodsS3) : Checks if a function is a S4 generic function

Checks if a function is a S4 generic function.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: isGenericS4, isGenericS4.default
● 0 images