[R] How to create a legend that automatically reads the values from two vectors?
Jim Lemon
jim at bitwrit.com.au
Wed Oct 21 10:56:12 CEST 2009
On 10/21/2009 01:30 AM, jcano wrote:
> betav<-c(0.78,0.94,0.88,0.41,0.59,4.68)
> etav<-c(235.6,59.5,31.2,8.7,3.2,1174)
>
Hi Javier,
Maybe not exactly what you want, but try:
addtable2plot(2,8,rbind(betav,etav),bty="o",
display.colnames=FALSE,display.rownames=TRUE)
using your own x and y coordinates, of course. addtable2plot is in the
plotrix package.
Jim
More information about the R-help
mailing list