Skip to content
Prev 312536 / 398506 Next

(no subject)

Try subplot() from the TeachingDemos package.  E.g.,

  > plot(c(1,2,3), c(1,3,2), xlim=c(0,5), ylim=c(0,10))
  > subplot(pie(1:5), x=4, y=6)
  > abline(h=6, v=4)
  > subplot(pie(1:5), x=1, y=8, size=c(0.5, 0.5))

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com