addPng.RTF {rtf} | R Documentation |
Insert an existing PNG image into the RTF document
Description
Insert an existing PNG image into the RTF document.
Usage
## S3 method for class 'RTF'
addPng(this, file, width=3, height=0.3, ...)
Arguments
this |
An RTF object. |
file |
Image file path. |
width |
Plot output width in inches. |
height |
Plot output height in inches. |
... |
Not used. |
Details
Add existing PNG file to RTF document.
Author(s)
Michael E. Schaffer
See Also
For more information see RTF
.
[Package rtf version 0.4-14.1 Index]