A function that produces plots from the output of LH_sample().
LH_plot <- function(sample_output, output_type = 'none')
Output from LH_sample()
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.