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
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.