mitch_report: mitch_report

Description Usage Arguments Value Examples

View source: R/mitch.R

Description

This function generates an R markdown based html report containing tables and several plots of mitch results The plots are in png format, so are not as high in resolution as compared to the PDF generated by mitch_plots function. The number of detailed sets to generate is dictated by the resrows set in the mitch_calc command.

Usage

1
mitch_report(res, outfile, overwrite = FALSE)

Arguments

res

a mitch results object.

outfile

the destination file for the html report. should contain 'html' suffix. Defaults to 'Rplots.pdf'

overwrite

should overwrite the report file if it already exists?

Value

generates a HTML file containing enrichment plots.

Examples

1
2

mitch documentation built on Nov. 8, 2020, 6 p.m.