easyEditor: Easy editor for network graphs

Description Usage Arguments Value Examples

Description

This method is used to open the editor for network graphs.

Usage

1
2
3
easyEditor(outputDir)
## S4 method for signature 'character'
easyEditor(outputDir)

Arguments

outputDir

Output directory (character(1)).

Value

The output HTML file of this method is a editor for network graphs. Users can draw and edit their own network with this editor.

Examples

1
2
3
    library(cisPath)
    outputDir <- file.path(tempdir(), "easyEditor")
    easyEditor(outputDir)

cisPath documentation built on Nov. 8, 2020, 7:15 p.m.