>>>>> "TS" == Tavpritesh Sethi <[EMAIL PROTECTED]>
>>>>> on Sat, 14 Jul 2007 12:59:03 +0530 writes:
TS> how do you create a matrix from an excel file read into
TS> R by the command read.delim?
data.matrix(.) {is typical a bit more useful than
as.matrix(.) }
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.