graphvizCapabilities: List capabilities of Graphviz

Description Usage Value Author(s) Examples

View source: R/graphvizVersion.R

Description

List the capabilities of the installed Graphviz.

Usage

1

Value

A list of 5 character vectors. Each character vector describes the relevant capabilitis of Graphviz.

Author(s)

Kasper Daniel Hansen khansen@jhsph.edu

Examples

1

Example output

Loading required package: graph
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colMeans, colSums, colnames,
    dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
    intersect, is.unsorted, lapply, lengths, mapply, match, mget,
    order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
    rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
    union, unique, unsplit, which, which.max, which.min

Loading required package: grid
$layoutTypes
[1] "dot"   "circo" "fdp"   "neato" "osage" "twopi"

$renderTypes
[1] "dot"  "fig"  "map"  "ps"   "svg"  "tk"   "vml"  "xdot"

$textlayoutTypes
character(0)

$deviceTypes
 [1] "canon"     "cmap"      "cmapx"     "cmapx_np"  "dot"       "eps"      
 [7] "fig"       "gv"        "imap"      "imap_np"   "ismap"     "plain"    
[13] "plain-ext" "ps"        "ps2"       "svg"       "tk"        "vml"      
[19] "xdot"     

$loadimageTypes
[1] "(lib)" "eps"   "gif"   "jpe"   "jpeg"  "jpg"   "png"   "ps"    "svg"  

Rgraphviz documentation built on Nov. 8, 2020, 8:21 p.m.