Skip to contents

Add a customized ggplot2 theme

Usage

patchclampplotteR_theme()

Value

A ggplot theme

Examples


ggplot2::ggplot(cars, ggplot2::aes(x = speed, y = dist)) +
  ggplot2::geom_point() +
  ggplot2::labs(x = "Speed (mph)", y = "Stopping Distance (ft)") +
  patchclampplotteR_theme()