Skip to contents

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().

Usage

pepvet_theme_presentation()

Value

A ggplot2 theme object.

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()
}