Skip to content
Prev 205837 / 398506 Next

strange behavior of R

On Fri, Jan 8, 2010 at 10:57 PM, Fahim <fahim.md at gmail.com> wrote:
At this moment 'arr' no longer has two dimensions, but only one. So
you can access it only as a vector.
Correct. It has only one dim.
This is how you would access individual elements in vectors.
Liviu