Hi, and my apologies for the following very naive question : I would like to
read a column of numbers in R and plot a histogram.
eg :
x<-read.table("txSTART");
y<-as.numeric(x);
and I do obtain the error : Error: (list) object cannot be coerced to type
'double'. Please could you let me know the way to fix it.
thanks,
bogdan
<[email protected]>
[[alternative HTML version deleted]]
______________________________________________
[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.