write_plot_sheet: Write a plot to an Excel workbook

Description Usage Arguments See Also

View source: R/excel_helpers.R

Description

Write a plot to a sheet in an Excel workbook.

Usage

1
2
3
4
5
6
write_plot_sheet(
  wb,
  plot,
  sheet_name = "Phenotypes",
  sheet_title = "All combinations of phenotypes in all slides"
)

Arguments

wb

An openxlsx Workbook from openxlsx::createWorkbook

plot

A plot such as the output from upset_plot.

sheet_name

Optional name for the worksheet.

sheet_title

Optional title header for the plot.

See Also

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()


akoyabio/phenoptrReports documentation built on Jan. 17, 2022, 6:22 p.m.