Draw every member of a transitiontrees_group in turn via
plot.transitiontrees. Each member's plot is printed (so the
call produces one figure per group, e.g. in an R Markdown chunk),
captioned with its group name; the named list of plot objects is
returned invisibly for further use.
Usage
# S3 method for class 'transitiontrees_group'
plot(x, ...)Arguments
- x
A
transitiontrees_group.- ...
Passed to
plot.transitiontrees(e.g.style).

