saveEdgebundle: Save a edge bundle to an HTML file

View source: R/saveEdgebundle.R

saveEdgebundleR Documentation

Save a edge bundle to an HTML file

Description

Save a edge buyndle graph to an HTML file for sharing with others. The HTML can include it's dependencies in an adjacent directory or can bundle all dependencies into the HTML file (via base64 encoding).

Usage

saveEdgebundle(x, file, selfcontained = TRUE)

Arguments

x

plot to save (e.g. result of calling the function edgebundle).

file

File to save HTML into

selfcontained

Whether to save the HTML as a single self-contained file (with external resources base64 encoded) or a file with external resources placed in an adjacent directory.


garthtarr/edgebundleR documentation built on April 4, 2023, 6:41 p.m.