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

getNativeSymbolInfo (Package: base) :

This finds and returns a description of one or more dynamically loaded or ‘exported’ built-in native symbols. For each name, it returns information about the name of the symbol, the library in which it is located and, if available, the number of arguments it expects and by which interface it should be called (i.e .Call, .C, .Fortran, or .External). Additionally, it returns the address of the symbol and this can be passed to other C routines. Specifically, this provides a way to explicitly share symbols between different dynamically loaded package libraries. Also, it provides a way to query where symbols were resolved, and aids diagnosing strange behavior associated with dynamic resolution.
● Data Source: ● Keywords: interface
● Alias: NativeSymbol, NativeSymbolInfo, RegisteredNativeSymbol, getNativeSymbolInfo
● 0 images

numeric (Package: base) : Numeric Vectors

Creates or coerces objects of type "numeric". is.numeric is a more general test of an object being interpretable as numbers.
● Data Source: ● Keywords: attribute, classes
● Alias: as.numeric, is.numeric, is.numeric.Date, is.numeric.POSIXt, numeric
● 0 images

locales (Package: base) : Query or Set Aspects of the Locale

Get details of or set aspects of the locale for the R process.
● Data Source: ● Keywords: utilities
● Alias: LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, LC_TIME, Sys.getlocale, Sys.setlocale, locales
● 0 images

double (Package: base) : Double-Precision Vectors

Create, coerce to or test for a double-precision vector.
● Data Source: ● Keywords: classes
● Alias: as.double, as.single, as.single.default, double, is.double, single
● 0 images

srcfile (Package: base) : References to source files

These functions are for working with source files.
● Data Source: ● Keywords: debugging, utilities
● Alias: .isOpen, as.character.srcref, close.srcfile, close.srcfilealias, getSrcLines, open.srcfile, open.srcfilealias, open.srcfilecopy, print.srcfile, print.srcref, srcfile, srcfile-class, srcfilealias, srcfilealias-class, srcfilecopy, srcfilecopy-class, srcref, srcref-class, summary.srcfile, summary.srcref
● 0 images

autoload (Package: base) : On-demand Loading of Packages

autoload creates a promise-to-evaluate autoloader and stores it with name name in .AutoloadEnv environment. When R attempts to evaluate name, autoloader is run, the package is loaded and name is re-evaluated in the new package's environment. The result is that R behaves as if file was loaded but it does not occupy memory.
● Data Source: ● Keywords: data, programming
● Alias: .AutoloadEnv, .Autoloaded, Autoloads, autoload, autoloader
● 0 images

file.access (Package: base) : Ascertain File Accessibility

Utility function to access information about files on the user's file systems.
● Data Source: ● Keywords: file
● Alias: file.access
● 0 images

browserText (Package: base) :

A call to browser can provide context by supplying either a text argument or a condition argument. These functions can be used to retrieve either of these arguments.
● Data Source: ● Keywords: debugging
● Alias: browserCondition, browserSetDebug, browserText
● 0 images

save (Package: base) : Save R Objects

save writes an external representation of R objects to the specified file. The objects can be read back from the file at a later date by using the function load or attach (or data in some cases).
● Data Source: ● Keywords: file
● Alias: save, save.image
● 0 images

chol2inv (Package: base) : Inverse from Choleski (or QR) Decomposition

Invert a symmetric, positive definite square matrix from its Choleski decomposition. Equivalently, compute (X'X)^(-1) from the (R part) of the QR decomposition of X.
● Data Source: ● Keywords: algebra, array
● Alias: chol2inv
● 0 images