knitr::knit_hooks$set(margin = function(before, options, envir) { if (before) par(mgp = c(1.5, .5, 0), bty = "n", plt = c(.105, .97, .13, .97)) else NULL }) knitr::opts_chunk$set(margin = TRUE, prompt = TRUE, comment = "#>", collapse = TRUE, cache = FALSE, autodep = TRUE, dev.args = list(pointsize = 11), fig.height = 3.5, fig.width = 4.24725, fig.retina = 2, fig.align = "center", fig.path = "README-")
viparc
The package viparc
is a collection of functions used in the
ViParc project.
\code{pkgdown} is not currently available from CRAN, but you can install the development version from github with:
if (!"devtools" %in% rownames(installed.packages())) install.packages("devtools") devtools::install_github("choisy/viparc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.