convertSVG {RIdeogram}R Documentation

convertSVG

Description

convert svg to png or other format

Usage

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


[Package RIdeogram version 0.2.2 Index]