Re: [R] Directive for first and last array arguments

2010-10-18 Thread Alaios
yep. Thanks a lot Best Alex From: Santosh Srinivas Sent: Mon, October 18, 2010 1:14:26 PM Subject: RE: [R] Directive for first and last array arguments X[1,1] .. first x[NROW(x),NCOL(x)] for last element and so on Is this what you need? -Original

Re: [R] Directive for first and last array arguments

2010-10-18 Thread Santosh Srinivas
X[1,1] .. first x[NROW(x),NCOL(x)] for last element and so on Is this what you need? -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Alaios Sent: 18 October 2010 15:59 To: Rhelp Subject: [R] Directive for first and last array

[R] Directive for first and last array arguments

2010-10-18 Thread Alaios
Hello everyone, could you help me learn if there are any directives that can be used to address the first and last element of a matrix array? I would like to thank you in advance for your help Best Regards Alex [[alternative HTML version deleted]] __