Learn R Programming

xpose.xtras (version 0.0.2)

diagram_lineage: Visualize xpose_set

Description

[Experimental]

In its current state, this function is intended to provide a simple visual representation of an xpose_set. Functionality and aesthetic enhancements are expected in future releases.

Usage

diagram_lineage(xpdb_s, ...)

Value

A DiagrammeR-compliant graph object.

Arguments

xpdb_s

<xpose_set> object

...

For later expansion. Will be ignored.

Examples

Run this code

diagram_lineage(pheno_set) %>%
  DiagrammeR::render_graph(layout="tree")

Run the code above in your browser using DataLab