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

# libraries for markdown support
# include additional packages as needed
library(deseRt)

dt_library(citr,
           dplyr,
           here,
           ggplot2,
           knitr,
           kableExtra,
           RefManager)

theme_set(theme_desert())

Introduction

data("mtcars")
ggplot(mtcars, aes(x = hp, y = mpg)) + geom_point()

\newpage

References



kbvernon/deseRt documentation built on May 27, 2020, 11:44 p.m.