swap: Interchanges two vectors

swapR Documentation

Interchanges two vectors

Description

See Marazzi A. (1993), p.363

Usage

swap(x, y, n = nrow(x), incx = 1, incy = 1)

Arguments

x

See reference

y

See reference

n

See reference

incx

See reference

incy

See reference

Value

See reference

References

Marazzi A. (1993) Algorithm, Routines, and S functions for Robust Statistics. Wadsworth & Brooks/cole, Pacific Grove, California. p.363

See Also

swapd


robeth documentation built on Aug. 22, 2023, 9:09 a.m.

Related to swap in robeth...