Skip to contents

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

Usage

pepvet_theme_manuscript()

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