renderSVG: Render plot: To SVG

Description Usage Arguments

View source: R/plot-functions.R

Description

Renders obj into a svg-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

1
2
  renderSVG(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.


metagen documentation built on May 2, 2019, 6:08 a.m.

Related to renderSVG in metagen...