Learn R Programming

dtrackr (version 0.4.6)

plot.trackr_graph: Plots a history graph as html

Description

Plots a history graph as html

Usage

# S3 method for trackr_graph
plot(x, fill = "lightgrey", fontsize = "8", colour = "black", ...)

Value

HTML displayed

Arguments

x

a dtrackr history graph (e.g. output from history())

fill

the default node fill colour

fontsize

the default font size

colour

the default font colour

...

not used

Examples

Run this code
library(dplyr)
library(dtrackr)
iris %>% comment("hello {.total} rows") %>% history() %>% plot()

Run the code above in your browser using DataLab