Plots a history graph as html
Usage
# S3 method for class 'trackr_graph'
plot(x, ...)Arguments
- x
a dtrackr history graph (e.g. output from
history())- ...
Named arguments passed on to
p_get_as_dot.datathe tracked dataframe
fillthe default node fill colour, any R colour or hex value
fontsizethe default font size in points
colourthe default font colour, any R colour or hex value
rankdirthe dot rank direction (one of
TB,LR,BT,RL)roundedshould the node corners be rounded?
fontnamethe font to use. Must exist on the system.
bgcolourthe background, may be "transparent", any R colour or hex value
...not used
