create_grob: Create Heatmap Graphical Object

Description Usage Arguments Value Examples

Description

Combines the tree, heatmap, and titles to create final heatmap image.

Usage

1
create_grob(report, grob.title = "Plasmid Profiles")

Arguments

report

Dataframe of results

grob.title

Title of heatmap

Value

Composite image

Examples

1
2
3
4
## Not run: 
create_grob(report, grob.title="Plasmid Profiles")

## End(Not run)

Example output

Welcome
TableGrob (1 x 1) "arrange": 1 grobs
  z     cells    name           grob
1 1 (1-1,1-1) arrange gtable[layout]
Warning message:
Vectorized input to `element_text()` is not officially supported.
Results may be unexpected or may change in future versions of ggplot2. 

Plasmidprofiler documentation built on May 1, 2019, 9:19 p.m.