tdsmith / aRrgh

A newcomer's (angry) guide to data types in R
Other
306 stars 14 forks source link

Arrays #1

Closed tdsmith closed 11 years ago

tdsmith commented 11 years ago

Pat Burns writes:

An array is something with a 'dim' attribute. The length of 'dim' determines the dimensionality. A matrix is a two-dimensional array. There are one-dimensional arrays (but they are not common). There are also higher-dimensional arrays.

tdsmith commented 11 years ago

Clarified in 3fffcece.