Description Usage Arguments Value Examples
This method is used to open the editor for network graphs.
1 2 3 | 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.
1 2 3 | library(cisPath)
outputDir <- file.path(tempdir(), "easyEditor")
easyEditor(outputDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.