Skip to content
Prev 172307 / 398506 Next

Error setting rowname if rowname currently NULL

THe problem is that 'rownames(fred)' is NULL and therefore you will
have to define the names of all the rows:
[,1] [,2]
[1,]   NA   NA
[2,]   NA   NA
[3,]   NA   NA
[4,]   NA   NA
NULL
[,1] [,2]
Apple   NA   NA
        NA   NA
        NA   NA
        NA   NA

        
On Mon, Mar 2, 2009 at 5:58 PM, snubian <stuart.allen at exemail.com.au> wrote: