as.Graph {openeo} | R Documentation |
Coercion into Graph
Description
Creates a Graph
object from a ProcessNode()
, function
or ProcessInfo
(Exchange object for
predefined and stored user-defined processes).
Usage
as.Graph.ProcessNode(from)
as.Graph.function(from)
as.Graph.ProcessInfo(from)
as.Graph.Process(from)
Arguments
from |
the source from which to coerce ( |
Details
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.
Value
[Package openeo version 1.3.1 Index]