Learn R Programming

metagen (version 1.0)

render: Render plot: To PDF

Description

Renders obj into a pdf-file of name: path++name. Neat feature is that the default size in A4. Simply use the `scale` parameter to adjust the size of the plot to a fraction of a page.

Usage

render(name, plotObj, path, scale = 1, height = 11.6, width = 8.2)

Arguments

name
Should be self explanatory.
plotObj
Should be self explanatory.
path
Should be self explanatory.
scale
Should be self explanatory.
height
Should be self explanatory.
width
Should be self explanatory.