plot.trackr_graph {dtrackr} | R Documentation |
Plots a history graph as html
Description
Plots a history graph as html
Usage
## S3 method for class 'trackr_graph'
plot(x, fill = "lightgrey", fontsize = "8", colour = "black", ...)
Arguments
x |
a dtrackr history graph (e.g. output from |
fill |
the default node fill colour |
fontsize |
the default font size |
colour |
the default font colour |
... |
not used |
Value
HTML displayed
Examples
library(dplyr)
library(dtrackr)
iris %>% comment("hello {.total} rows") %>% history() %>% plot()
[Package dtrackr version 0.4.4 Index]