Skip to content

how to cut a multidimensional array along a chosen dimension and store each piece into a list

2 messages · Sean Zhang, Hadley Wickham

#
On Mon, Jan 17, 2011 at 2:20 PM, Sean Zhang <seanecon at gmail.com> wrote:
We'll you're really not supposed to call internal functions - you probably want:

alply(arr, 3)

but you don't say what is wrong with the output.

Hadley