addPng.RTF {rtf} | R Documentation |
Insert an existing PNG image into the RTF document.
## S3 method for class 'RTF'
addPng(this, file, width=3, height=0.3, ...)
this |
An RTF object. |
file |
Image file path. |
width |
Plot output width in inches. |
height |
Plot output height in inches. |
... |
Not used. |
Add existing PNG file to RTF document.
Michael E. Schaffer
For more information see RTF
.