convertSVG: convertSVG

Description Usage Arguments Value Author(s)

View source: R/convertSVG.R

Description

convert svg to png or other format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
convertSVG(svg, file = "chromosome", device = NULL, width = 8.2677,
  height = 11.6929, dpi = 300)

svg2pdf(svg, file = "chromosome", width = 8.2677, height = 11.6929,
  dpi = 300)

svg2png(svg, file = "chromosome", width = 8.2677, height = 11.6929,
  dpi = 300)

svg2tiff(svg, file = "chromosome", width = 8.2677, height = 11.6929,
  dpi = 300)

svg2jpg(svg, file = "chromosome", width = 8.2677, height = 11.6929,
  dpi = 300)

Arguments

svg

svg file

file

output file name

device

target format

width

output width

height

output height

dpi

output dpi

Value

invisible grob object

Author(s)

Zhaodong Hao, Dekang Lv, Ying Ge, Jisen Shi, Dolf Weijers, Guangchuang Yu, Jinhui Chen


RIdeogram documentation built on Jan. 20, 2020, 5:07 p.m.