gv2image {cohorttools}R Documentation

Function makes image from graphviz code

Description

Function makes image from graphviz code

Usage

gv2image(gv, file = "gv", type = "png", engine = "dot", ...)

Arguments

gv

character string containing graphviz code

file

file name for image, character string

type

type of ('pdf', 'png', 'ps', 'raw','svg','webp') as character string

engine

grViz engine, defaults is 'dot'

...

parameters for rsvg_

Value

Invisible name of file created.

Author(s)

Jari Haukka jari.haukka@helsinki.fi


[Package cohorttools version 0.1.6 Index]