Displaying 1 result from an estimated 1 matches for "by_subtype".
2011 Aug 04
3
source() or OS X Lion?
...pect it. The only idea I have is that something has changed in Lion that doesn't allow 'source()' to interpret it properly.
Any ideas? Here is the exact code I'm using:
1 x<-read.delim("path/data.txt")
2
3 pdf("path/PaperFig-hist_of_perc_change-individ_samps-by_subtype.pdf")
4 histogram(~Total.Change,data=x,xlab="Percent Change")
5 dev.off()
I appreciate any help. I'm especially curious if there's a Lion user who could give this a try.
OS X 10.7.0 (Lion)
R version 2.13.0 (2011-04-13)
Copyright (C) 2011 The R Foundation for Statistical...