04_new_generic_functions: New Generic Functions

Description Usage Arguments Details See Also Examples

Description

New generic functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plotv (...)
## S3 method for class 'VecLike'
plot(x, ...)

rep2 (...)

vt3.proj (...)

objtag (...)

ghead (...)
headt (...)

Arguments

x, ...

Arguments for the method.

Details

In general, it's not necessary to call the plotv function.
Calls to plot should call plotv, which in turn, should call the correct method.

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 grouped head and combined head and tail.

See Also

rep.MatrixArray, rep2.MatrixArray

objtag methods

ghead.data.frame

Combined Head and Tail Functions

Examples

1
2
3
4
plot (TCUBE)
plotv (TCUBE)

ghead (iris)

vectools documentation built on June 7, 2021, 9:08 a.m.