Displaying 1 result from an estimated 1 matches for "intelligebl".
Did you mean:
intelligeble
2003 Sep 02
1
Plotting dates
...ers,Diglyphus)
plot(LeafDig,ylim=c(0,20),main="Leafminers",ylab="Observed
numbers",xlab="",adj=0,bty="l")
points(Diglyphus,pch=2)
lines(Diglyphus,lty=2)
legend(1,18,c("Leafminers","Diglyphus"),lty=c(1,2),pch=c(1,2))
How do I get some more intelligeble dates, like the dates below (but
preferably with 03, ie. 2May03) and spaced with the observations (every
seventh day) rather than the 10 days that seem to be default??
> Week
[1] 2May3 9May3 16May3 23May3 30May3 7Jun3 14Jun3
ALSO, why won't the three last lines of code in the top examp...