Learn R Programming

cisPath (version 1.12.0)

easyEditor: Easy editor for network graphs

Description

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

Usage

easyEditor(outputDir)
## S3 method for class '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

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

Run the code above in your browser using DataLab