Displaying 1 result from an estimated 1 matches for "offnader5xweightweightedsum".
Did you mean:
offnader10xweightweightedsum
2003 Jun 17
1
source vs. editor
When I am trying to use the source function to read in some lines of code, I
get an error. The code is simply a boxplot:
boxplot(s$fitness2weightedSum,s$OffNader10xWeightweightedSum,s$OffNader5xWeightweightedSum,main="weightedSum",col=8)
axis(1,at=seq(1,3,by=1),las=3,labels=c("fitness2","OffNader10xWeight","OffNader5xWeight))
The error I get is: Error in parse(file,n,text,prompt)
However, when I simply copy it in from my editor into R it works just fine.
Is there some...