Dear all, is there a possibility to display pictures (jpegs, pngs, ...) in R? Maybe the following (hypothetical) code makes it clearer what I have in mind: plot(x=0:100, y=0:100, type="n") rect(xleft=25, xright=75, ybottom=30, ytop=95, fill="apicture.png") Thank you, Roland [[alternative HTML version deleted]]
See: wiki.r-project.org/rwiki/doku.php?id=tips:graphics-misc:translucency On Jan 31, 2008 7:17 PM, Roland Rau <roland.rproject at gmail.com> wrote:> Dear all, > > is there a possibility to display pictures (jpegs, pngs, ...) in R? > > Maybe the following (hypothetical) code makes it clearer what I have in > mind: > > plot(x=0:100, y=0:100, type="n") > rect(xleft=25, xright=75, ybottom=30, ytop=95, fill="apicture.png") > > Thank you, > Roland > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >