Description Usage Value Author(s) Examples
View source: R/graphvizVersion.R
List the capabilities of the installed Graphviz.
1 |
A list of 5 character vectors. Each character vector describes the relevant capabilitis of Graphviz.
Kasper Daniel Hansen khansen@jhsph.edu
1 |
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.