View source: R/methods-ResIN.R
| as.graphsjl | R Documentation |
Generic for exporting objects to a lightweight Graphs.jl-ready representation.
For ResIN objects, this creates edge and node CSV tables suitable for
loading with CSV.jl/DataFrames.jl, with integer vertex IDs for
direct use in Graphs.jl.
as.graphsjl(x, ...)
x |
Object to coerce/export. |
... |
Passed to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.