as.Graph | R Documentation |
Creates a Graph
object from a ProcessNode()
, function
or ProcessInfo
(Exchange object for
predefined and stored user-defined processes).
as.Graph.ProcessNode(from) as.Graph.function(from) as.Graph.ProcessInfo(from) as.Graph.Process(from)
from |
the source from which to coerce ( |
Those pure Graph
objects shall only be used internally. If you want to use this
information to directly interact with the back-end via JSON please use
as.Process()
. This function might be removed from the package function export in the future.
Graph()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.