powered by
This function plots a ggplot plots to PDF file.
mipplot_print_pdf( p_list1, filelabel = "", filename = tryCatch(file.choose(new = TRUE), error = function(e) { NA }) )
A list of ggplot plot.
A string of prefix of output filename.
A string of filename. If it is given, filelabel is ignored.
No return value, called for side effects
# NOT RUN { if (interactive()) { p <- mipplot_area(ar5_db_sample_data, ar5_db_sample_rule_table, region = "World", scenario = "EMF27-450-FullTech") mipplot_print_pdf(p) } # }
Run the code above in your browser using DataLab