create_pdf {htrSPRanalysis}R Documentation

Create pdf file with sensorgrams with fitted curves, residuals, table of fit parameters, and response curves.

Description

Create pdf file with sensorgrams with fitted curves, residuals, table of fit parameters, and response curves.

Usage

create_pdf(processed_input, fits_list, rc_list, plot_list, ...)

Arguments

processed_input

Processed_input as returned by process_input

fits_list

List of fits as returned by get_fits

rc_list

List of response curves as returned by get_rc_plots

plot_list

List of plots as returned by get_fitted_plots

...

Arguments passed to the pdf function.

Value

NULL A pdf file is created using the path name supplied to process_input


[Package htrSPRanalysis version 0.1.0 Index]