save_files {Plasmidprofiler} | R Documentation |
Save Files
Description
Save various files: JPG, CSV, HTML depending on parameters
Usage
save_files(report, plot.png = NA, report.csv = NA, webpage = NA,
title = "Plasmid Profiles")
Arguments
report |
Dataframe of results |
plot.png |
Do you want to save a png? (Anything but NA) |
report.csv |
Do you want to save a text report? (Anything but NA) |
webpage |
Do you want to save an interactive heatmap as html? (Anything but NA) |
title |
Enter a title for the plot |
Value
Named vector of colours, names are factor levels of column supplied
Examples
## Not run:
save_files(report, plot.png=1, report.csv=1, webpage=NA)
## End(Not run)
[Package Plasmidprofiler version 0.1.6 Index]