easyEditor {cisPath} | R Documentation |
This method is used to open the editor for network graphs.
easyEditor(outputDir) ## S4 method for signature 'character' easyEditor(outputDir)
outputDir |
Output directory (character(1)). |
The output HTML file of this method is a editor for network graphs. Users can draw and edit their own network with this editor.
library(cisPath) outputDir <- file.path(tempdir(), "easyEditor") easyEditor(outputDir)