easyEditor {cisPath}R Documentation

Easy editor for network graphs

Description

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

Usage

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

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

[Package cisPath version 1.30.0 Index]