Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

element

Extract Elements of an Array


Description

Returns the element of x specified by i.

Usage

element(x, i)

Arguments

x

Array of arbitrary dimensionality.

i

Vector of the same length as x has dimension.

Author(s)

Friedrich Leisch

See Also

Examples

x <- array(1:20, dim=c(2,5,2))
element(x, c(1,4,2))

e1071

Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien

v1.7-11
GPL-2 | GPL-3
Authors
David Meyer [aut, cre], Evgenia Dimitriadou [aut, cph], Kurt Hornik [aut], Andreas Weingessel [aut], Friedrich Leisch [aut], Chih-Chung Chang [ctb, cph] (libsvm C++-code), Chih-Chen Lin [ctb, cph] (libsvm C++-code)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.