show_rxsTree_in_rxsStructure.Rd
This function shows the Rxs structure that was imported from an Rxs specification
show_rxsTree_in_rxsStructure(
x,
output = NULL,
outputModuleFilename = "extraction-tree--simple--%s.pdf",
headingLevel = 3
)
The parsed Rxs specifications as read
with rxs_fromSpecifications()
.
When not NULL, pass a path to a
filename where the RxsTree should be written to. If multiple modules were
read, the filename is determine by outputModuleFilename
, where %s
will
be replaced with the module name.
The level of the heading to use is multiple modules were specified.
Invisibly; or, when knitting, an object that knitr will print.