Skip to content
Prev 303528 / 398503 Next

r data structures

Hi,
On Thu, Aug 16, 2012 at 2:49 PM, Schumacher, Jay S <jays at neo.tamu.edu> wrote:
Out of curiosity, where do you "see" that vectors and factors have a
dimension? I mean -- I guess they're one dimensional, but ...
data.frames: sure, I guess
lists: no

What would you consider the dimension of this list to be:

x = list(a=1:10, b='hello', c=matrix(1:100, nrow=10))

-steve