A compact theme for journal figures. Smaller base text (9pt), thinner grid
lines, tighter margins. Use by adding to any pepVet plot:
plot + pepvet_theme_manuscript().
See also
Other plot-utils:
pepvet_plot_config(),
pepvet_plot_config_reset(),
pepvet_save_figure(),
pepvet_theme_presentation()
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_manuscript()
}
