Re: [R] help:Vector vs array

2009-08-05 Thread jim holtman
"Intro to R" should tell you. A vector is basically a one-dimensional object (addressed x[i]) and an array has multiple dimensions (addressed x.array[i,j,k]). What confusion do you have? Think of a 2-dimensional array as a matrix or an Excel worksheet. On Wed, Aug 5, 2009 at 12:42 AM, chalie ep

[R] help:Vector vs array

2009-08-04 Thread chalie epps
Greetings R-help community, I am relatively new to R, which may be why I am having trouble understanding this problem. I want to know the differences between vector and array. could someone tell me something about this question. Thanks in advance, __ R