create_grob {Plasmidprofiler} | R Documentation |
Combines the tree, heatmap, and titles to create final heatmap image.
create_grob(report, grob.title = "Plasmid Profiles")
report |
Dataframe of results |
grob.title |
Title of heatmap |
Composite image
## Not run:
create_grob(report, grob.title="Plasmid Profiles")
## End(Not run)