Learn R Programming

rtf (version 0.4-6)

addPng.RTF: 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.

See Also

For more information see RTF.