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

segment (Package: lambda.tools) : Segment a sequence into shifted versions of itself

Create a shifted version of a sequence to make it easier to do certain types of analysis.
● Data Source: CranContrib
● Keywords:
● Alias: segment
● 0 images

anytypes (Package: lambda.tools) : Show the types of a list or data.frame

This function shows the types of the columns in a data.frame or the elements of a list.
● Data Source: CranContrib
● Keywords: attribute
● Alias: anytypes
● 0 images

foldrange (Package: lambda.tools) : Successively apply a function to a rolling range of a sequence

Apply a function to a rolling range of a sequence and the accumulated value of the previous function applications
● Data Source: CranContrib
● Keywords:
● Alias: foldrange
● 0 images

is.scalar (Package: lambda.tools) : Check if an object is a scalar

This function checks if an object is a scalar.
● Data Source: CranContrib
● Keywords:
● Alias: is.scalar
● 0 images

maprange (Package: lambda.tools) : Apply a function over a rolling range of a data structure

Either applies a function over a rolling range of a sequence or multiple sequences bound as a matrix or data.frame.
● Data Source: CranContrib
● Keywords:
● Alias: maprange
● 0 images

map (Package: lambda.tools) : Apply a function over each element of a vector

This function implements a map operation over arbitrary indexable data structures. Both 1D and 2D data structures are supported.
● Data Source: CranContrib
● Keywords:
● Alias: map
● 0 images

range_for (Package: lambda.tools) : Find contiguous ranges of a given value within a sequence

Identify the index ranges for a given value in a sequence and return the minimum and maximum values of the ranges.
● Data Source: CranContrib
● Keywords:
● Alias: range_for
● 0 images

samplerange (Package: lambda.tools) : Sample sub-sequences from a sequence

This is like the normal sample function but instead of a scalar, vector sub-sequences are extracted from the input.
● Data Source: CranContrib
● Keywords:
● Alias: samplerange
● 0 images

item (Package: lambda.tools) : Safely get an element from a vector

This function guarantees a vector of length > 1 as the return value of an indexing operation.
● Data Source: CranContrib
● Keywords:
● Alias: item
● 0 images

chomp (Package: lambda.tools) : Remove the head and tail of a data structure

Remove the specified number of elements from either the head or tail of a data structure.
● Data Source: CranContrib
● Keywords:
● Alias: chomp
● 0 images