search for: wappali

Displaying 1 result from an estimated 1 matches for "wappali".

Did you mean: wappaly
2001 Oct 28
2
extract element, row, etc from general array structure
This one has me a bit stumped, and I know there may well be a really simple way of doing it in R. Sorry for the long-winded explanation. Short version: given an array of arbitrary number of dimensions D, how can we retrieve the Nth element of dimension D without knowing in advance what D will be? For example, given that array A has dimensions c(3,4,5), and N=2, can we write a function that