Add a customized ggplot2 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()
Add a customized ggplot2 theme
ggplot2::ggplot(cars, ggplot2::aes(x = speed, y = dist)) +
ggplot2::geom_point() +
ggplot2::labs(x = "Speed (mph)", y = "Stopping Distance (ft)") +
patchclampplotteR_theme()