- .data
the tracked dataframe(s) either as a single dataframe or as a
list of dataframes.
- filename
a file name which will be where the formatted flowcharts are
saved. If no extension is specified the output formats are determined by
the formats parameter.
- size
a named list with 3 elements, length and width in inches and
rotation. A predefined set of standard sizes are available in the
std_size object.
- maxWidth
a width (on the paper) in inches if size is not defined
- maxHeight
a height (on the paper) in inches if size is not defined
- formats
some of pdf,dot,svg,png,ps
- defaultToHTML
if the correct output format is not easy to determine
from the context, default providing HTML (TRUE) or to embedding the PNG (FALSE)
- landscape
rotate the output by 270 degrees into a landscape format.
maxWidth and maxHeight still apply and refer to the paper width to fit
the flowchart into after rotation. (you might need to flip width and height)
- ...
other parameters passed onto either p_get_as_dot(), notable ones are
fill (background colour e.g. lightgrey), fontsize (in points),
colour (font colour)