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

isplit (Package: iterators) : Split Iterator

Returns an iterator that divides the data in the vector x into the groups defined by f.
● Data Source: CranContrib
● Keywords: utilities
● Alias: isplit
● 0 images

iterators-package (Package: iterators) :

The iterators package provides tools for iterating over various R data structures. Iterators are available for vectors, lists, matrices, data frames, and files. By following very simple conventions, new iterators can be written to support any type of data source, such as database queries or dynamically generated data.
● Data Source: CranContrib
● Keywords: package
● Alias: iterators, iterators-package
● 0 images

ireadLines (Package: iterators) : Iterator over Lines of Text from a Connection

Returns an iterator over the lines of text from a connection. It is a wrapper around the standard readLines function.
● Data Source: CranContrib
● Keywords: utilities
● Alias: ireadLines
● 0 images

irnorm (Package: iterators) : Random Number Iterators

These function returns an iterators that return random numbers of various distributions. Each one is a wrapper around a standard R function.
● Data Source: CranContrib
● Keywords: utilities
● Alias: irbinom, irnbinom, irnorm, irpois, irunif
● 0 images

nextElem (Package: iterators) : Get Next Element of Iterator

nextElem is a generic function used to produce values. If a checkFunc was specified to the constructor, the potential iterated values will be passed to the checkFunc until the checkFunc returns TRUE. When the iterator has no more values, it calls stop with the message 'StopIteration'.
● Data Source: CranContrib
● Keywords: methods
● Alias: nextElem, nextElem.containeriter, nextElem.funiter
● 0 images

icount (Package: iterators) : Counting Iterators

Returns an iterator that counts starting from one.
● Data Source: CranContrib
● Keywords: utilities
● Alias: icount, icountn
● 0 images

iapply (Package: iterators) : Array/Apply Iterator

Returns an iterator over an array, which iterates over the array in much the same manner as the apply function.
● Data Source: CranContrib
● Keywords: utilities
● Alias: iapply
● 0 images

iter (Package: iterators) : Iterator Factory Functions

iter is a generic function used to create iterator objects.
● Data Source: CranContrib
● Keywords: methods
● Alias: iter, iter.data.frame, iter.default, iter.function, iter.iter, iter.matrix
● 0 images

idiv (Package: iterators) : Dividing Iterator

Returns an iterator that returns pieces of numeric value.
● Data Source: CranContrib
● Keywords: utilities
● Alias: idiv
● 0 images

iread.table (Package: iterators) : Iterator over Rows of a Data Frame Stored in a File

Returns an iterator over the rows of a data frame stored in a file in table format. It is a wrapper around the standard read.table function.
● Data Source: CranContrib
● Keywords: utilities
● Alias: iread.table
● 0 images