A bold theme for talks and posters. Larger base text (14pt), thicker grid
lines, wider margins. Use by adding to any pepVet plot:
plot + pepvet_theme_presentation().
See also
Other plot-utils:
pepvet_plot_config(),
pepvet_plot_config_reset(),
pepvet_save_figure(),
pepvet_theme_manuscript()
Examples
if (requireNamespace("ggplot2", quietly = TRUE)) {
bsa_path <- system.file("extdata", "P02769.fasta", package = "pepVet")
res <- evaluate_digest(bsa_path, enzyme = "trypsin")
plot_length_distribution(res) + pepvet_theme_presentation()
}
