2008-03-30から1日間の記事一覧

A patch for extending pdf device to embed popup text and web links

R

Sample script & patch to R-2.6.2 pdf("sample.pdf") par(oma=c(2,2,2,2)) plot(1:10) pdf.link.on.box(1, 5, 3, 8, url="http://www.r-project.org") for(i in 1:10) pdf.text.on.box(i-0.1, i-0.1, i+0.1, i+0.1, LETTERS[i], border=c(0,0,0)) text(5, 9…