generate_levey_jennings_report {PvSTATEM} | R Documentation |
Generate a report with Levey-Jennings plots.
Description
This function generates a report with Levey-Jennings plots.
The report is generated using the levey_jennings_report_template.Rmd
template.
Usage
generate_levey_jennings_report(
list_of_plates,
filename = NULL,
output_dir = "reports"
)
Arguments
list_of_plates |
A list of plate objects. |
filename |
( |
output_dir |
( |
Value
A report.
[Package PvSTATEM version 0.1.2 Index]