A function that produces plots from the output of LH_sample().

LH_plot <- function(sample_output, output_type = 'none')

Arguments

sample_output

Output from LH_sample()

output_type

How plots are written and saved: ‘none’ displays in R graphics device only, ’pdf’ produces a single .pdf with all plots, and ‘png' produces a separate .png for each plot.