plot.trackr_graph | R Documentation |
Plots a history graph as html
## S3 method for class 'trackr_graph'
plot(x, fill = "lightgrey", fontsize = "8", colour = "black", ...)
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 |
HTML displayed
library(dplyr)
library(dtrackr)
iris %>% comment("hello {.total} rows") %>% history() %>% plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.