Creates a Graph
from mlr_graphs
from given ID
ppl()
taks a character(1)
and returns a Graph
. ppls()
takes a character
vector of any list and returns a list
of possibly muliple Graph
s.
Arguments
- .key
[character(1)]
The key of theGraph
inmlr_graphs
.- ...
any
Additional parameters to give to constructed object. This may be an argument of the constructor of the underlying function.- .keys
[character]
The key of possibly multipleGraph
s inmlr_graphs
. If this is named, a namedlist
is returned, but unlikepos()
it will not set any$id
slots.