docs/reference/setup.R

library(knitr)
library(ggplot2)

opts_chunk$set(
    autodep = TRUE,
    bootstrap.show.code = FALSE,
    cache = TRUE,
    cache.lazy = TRUE,
    dev = c("png", "pdf"),
    error = TRUE,
    fig.height = 5,
    fig.retina = 2,
    fig.width = 5,
    highlight = TRUE,
    message = FALSE,
    prompt = TRUE,
    tidy = TRUE,
    warning = FALSE)

theme_set(theme_light(base_size = 14))
theme_update(legend.position = "bottom")
lpantano/bcbioSmallRna documentation built on March 5, 2020, 9:17 a.m.