Write a plot to a sheet in an Excel workbook.
write_plot_sheet(
wb,
plot,
sheet_name = "Phenotypes",
sheet_title = "All combinations of phenotypes in all slides"
)
An openxlsx Workbook from openxlsx::createWorkbook
A plot such as the output from upset_plot.
Optional name for the worksheet.
Optional title header for the plot.
Other output functions:
write_count_within_sheet()
,
write_counts_sheet()
,
write_density_sheet()
,
write_expression_sheet()
,
write_h_score_sheet()
,
write_nearest_neighbor_summary_sheet()
,
write_percents_sheet()
,
write_summary_sheet()