library(tidyverse)

knitr::opts_chunk$set(echo = TRUE,warning = FALSE,message = FALSE)

#Setting ggplot2 theme
theme_set(
  theme_bw()+
  theme(plot.title = element_text(hjust = 0.5))
  )

Goal

Methods

Analysis

Conclusions

Next Steps



baynec2/biolabr documentation built on Aug. 8, 2022, 12:02 a.m.