save_files {Plasmidprofiler} | R Documentation |
Save various files: JPG, CSV, HTML depending on parameters
save_files(report, plot.png = NA, report.csv = NA, webpage = NA,
title = "Plasmid Profiles")
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 |
Named vector of colours, names are factor levels of column supplied
## Not run:
save_files(report, plot.png=1, report.csv=1, webpage=NA)
## End(Not run)