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
<r-help@r-project.org>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to