Re: [R] dimension values of an array

2008-08-22 Thread jim holtman
rownames(yourMatrix) <- sprintf("%.1f", seq(.1, 7, .1)) On Fri, Aug 22, 2008 at 6:48 PM, Jan Akko Eleveld <[EMAIL PROTECTED]> wrote: > > Question: > > I created an array with 164 columns and 70 rows. > > I would like every column to have unit value 1 > and the rows 0.1, 0.2, 0.3 up to 7. How can I

[R] dimension values of an array

2008-08-22 Thread Jan Akko Eleveld
Question: I created an array with 164 columns and 70 rows. I would like every column to have unit value 1 and the rows 0.1, 0.2, 0.3 up to 7. How can I define that? Thanks for your help! Good weekend! Akko _ [[a