Re: Create 2D character matrix

2008-08-08 Thread arsyed
On Thu, Aug 7, 2008 at 1:36 PM, Simon Parker <[EMAIL PROTECTED]> wrote: > Hello. > > I want to be able to create a 2D character matrix, ThisMatrix, like : > > > a A > b B > c C > d D > > and to be able to pick out elements, or rows or columns. > > I have become used to programming i

Create 2D character matrix

2008-08-07 Thread Simon Parker
Hello.   I want to be able to create a 2D character matrix, ThisMatrix, like :     a A b B c C d D   and to be able to pick out elements, or rows or columns.   I have become used to programming in R where I can easily refer to a row as :   ThisMatrix [1,]   and a column as   ThisMa