RIdeogram (version 0.2.0)

convertSVG: 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