Learn R Programming

vectools (version 0.2.0)

04_new_generic_functions: New Generic Functions

Description

New generic functions.

Usage

rep2 (…)

objtag (…)

ghead (…) headt (…)

pool (…) pool2 (…)

Arguments

Arguments for the method.

Details

The rep2 function is similar to rep_len. (It recycles arguments to a particular length).

The objtag function is used inside formatted object arrays.

The ghead and headt functions are for groupd head and combined head and tail.

The pool function is for pooling. The pool2 function is for pooling, but with a target size.

See Also

rep.MatrixArray, rep2.MatrixArray

objtag methods

ghead.data.frame

Combined Head and Tail Functions

vt2.pool.matrix

vt2.convolve.matrix

Examples

Run this code
# NOT RUN {
ghead (iris)
# }

Run the code above in your browser using DataLab