knitr::opts_chunk$set( echo = FALSE, warning = FALSE, message = FALSE, cache = FALSE, dev.args = list(pointsize = 8), fig.align = "center", fig.width = 2.3, fig.height = 2 ) library(tidyverse) library(lattice) library(tactile) library(latticeExtra) library(kableExtra) # modified kable function kable <- function(x, ...) { knitr::kable(x, escape = FALSE, linesep = "", booktabs = TRUE) } if (!interactive()) { trellis.par.set(tactile.theme(c(8, 4))) } else { trellis.par.set(tactile.theme(c(12, 8))) } options(digits = 3, width = 63)
\begin{abstract} \end{abstract}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.