graph: Graph of all commits in 'store'.

Description Usage Arguments Value Examples

Description

Reads all commits from store and assigns the children and level attributes. children is a character vector containing identifiers of children commit, level is the distance from the root of the tree.

Usage

1
2
3
4
5
6
graph(store, .data = FALSE)

is_graph(x)

## S3 method for class 'graph'
plot(x, ...)

Arguments

store

A data store, e.g. storage::filesystem.

.data

Wether to read full object data.

x

Object to be tested.

...

Extra parameters to control plotting.

Value

An object of S3 class graph.

Examples

1
2
3
4
## Not run: 
plot(graph(fullhistory()))

## End(Not run)

lbartnik/experiment documentation built on May 20, 2019, 8:27 p.m.