This function plots a visual summary of the specification setup.
It requires an object of class specr.setup
, usually
the result of calling setup()
.
# S3 method for specr.setup
plot(x, layout = "dendrogram", circular = FALSE, ...)
A specr.setup
object, usually resulting from calling setup()
.
The type of layout to create for the garden of forking path. Defaults to "dendrogram". See ?ggraph
for options.
Should the layout be transformed into a radial representation. Only possible for some layouts. Defaults to FALSE.
further arguments passed to or from other methods (currently ignored).
A ggplot object that can be customized further.