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 185 found.
[1] < 1 2 3 4 5 6 7 8 9 10 11 > [19]  Sort:

getSuperclasses.Class (Package: R.oo) : Gets the super classes of this class

Gets the super classes of this class.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: Class.getSuperclasses, getSuperclasses,Class-method, getSuperclasses.Class
● 0 images

getDocPath.Package (Package: R.oo) : Gets the path to the accompanying documentation (doc/) directory of this package

Gets the path to the accompanying documentation (doc/) directory of this package.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Package.getDocPath, getDocPath,Package-method, getDocPath.Package
● 0 images

isAbstract.Class (Package: R.oo) : Checks if a class is abstract or not

Checks if a class is abstract or not. A class is abstract if it has abstract methods.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: Class.isAbstract, isAbstract,Class-method, isAbstract.Class
● 0 images

DOLLAR< -.Class (Package: R.oo) : Makes the fields and methods of an Class assignable via the $<- and the [[<- operator

Makes the fields and methods of an Class assignable via the $<- operator. This method is never called explicitly, but through an indirect usage of the $<- operator, e.g. obj$name <- "foo".
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: $<-,Class-method, $<-.Class, Class.$<-, Class.[[<-, [[<-,Class-method, [[<-.Class
● 0 images

hashCode (Package: R.oo) : Gets an integer hashcoded for R objects

Gets an integer hashcoded for R objects.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: hashCode, hashCode.default
● 0 images

Rdoc$getKeywords (Package: R.oo) : Gets the keywords defined in R with descriptions

Gets the keywords defined in R with descriptions.
● Data Source: CranContrib
● Keywords: documentation, internal, methods
● Alias: Rdoc$getKeywords, Rdoc.getKeywords, getKeywords,Rdoc-method, getKeywords.Rdoc
● 0 images

DOLLAR.BasicObject (Package: R.oo) : Makes the fields and methods of an BasicObject accessable via the $ and the [[ operator

Makes the fields and methods of an BasicObject accessable via the $ and the [[ operator.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: $,BasicObject-method, $.BasicObject, BasicObject.$, BasicObject.[[, [[,BasicObject-method, [[.BasicObject
● 0 images

getUrl.Package (Package: R.oo) : Gets the URL of this package

Gets the URL of this package as specified by the DESCRIPTION file.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Package.getUrl, getUrl,Package-method, getUrl.Package
● 0 images

detach.BasicObject (Package: R.oo) : Detach an BasicObject from the R search path

Detach, from the R search path, an BasicObject that has previously been attached. If the BasicObject was not attached, a warning will be generated and nothing will be done.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: BasicObject.detach, detach,BasicObject-method, detach.BasicObject
● 0 images

extend.Interface (Package: R.oo) : Extends another Interface class

Extends another Interface class.
● Data Source: CranContrib
● Keywords: internal, methods, programming
● Alias: Interface.extend, extend,Interface-method, extend.Interface
● 0 images