Skip to content
Prev 72611 / 398498 Next

How to import data as numeric array?

maybe you can use the array function,like
and matrix is just a specif type of array,so maybe you can use as.matrix
the above tow,the CO2 is a data.frame which can use read.table to read in.

the third way is:use the scan the read the data and use array to change the data to array.


On Tue, 28 Jun 2005 01:05:23 -0700
tong wang <wangtong at usc.edu> wrote: