Hi Dear all;
I have a dataset with 151*291 dimension. After making data read into R I am
getting a data with 96*291 dimension. Even though I have no error message
from R I could not understand the reason why I cannot get data correctly?
Here are my codes to make read the data
a<-read.table("for_R_graphs.csv", header=T, sep=",")
a<-read.table("for_R_graphs.txt", header=T, sep="\t")
Regards,
Greg
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.