Description Usage Arguments Value Examples
View source: R/mipplot_print_pdf.R
This function plots a ggplot plots to PDF file.
1 2 3 4 5 | mipplot_print_pdf(
p_list1,
filelabel = "",
filename = tryCatch(file.choose(new = TRUE), error = function(e) { NA })
)
|
p_list1 |
A list of ggplot plot. |
filelabel |
A string of prefix of output filename. |
filename |
A string of filename. If it is given, filelabel is ignored. |
No return value, called for side effects
1 2 3 4 5 | if (interactive()) {
p <- mipplot_area(ar5_db_sample_data, ar5_db_sample_rule_table,
region = "World", scenario = "EMF27-450-FullTech")
mipplot_print_pdf(p)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.