search for: beynd

Displaying 1 result from an estimated 1 matches for "beynd".

Did you mean: beyond
2009 Aug 13
1
"helper" lines in plot. From point to axis.
...;red",lty=2) mtext(round(log(24,1.1)),side=2,at=log(24,1.1),las=2,outer=F, col="red") abline(h=log(36,1.1),col="red",lty=2) mtext(round(log(36,1.1)),side=2,at=log(36,1.1),las=2,outer=F, col="red") In this example ablines are easy - but not good because the extend beynd the points. What I would like is something like helper.lines(x=c(12,24,36), lty=2, col="red",text=T) If "text=True" the lines are annotated with the points corresponding x and y value. Is there something that doed this? Hope my explanation makes sense. Sincerely. [[altern...