Sorry -- I meant to say "dataframe" instead of matrix.
Anyway I see that my troubles are gone when I scan the data in as a vector
then convert to matrix. (I had troubles doing such manipulations when I
read in the data using read.table)
x<-scan("/home/wsimpson/papers/face/max.dat")
xx<-matrix(x, ncol=3, nrow=length(x)/3, byrow=T)
Thanks for the help.
Bill
______________________________________________
[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