source('assets/R_utility/fonts.R')
knitr::opts_chunk$set(echo = FALSE, out.width = "700px", out.height = "450px", dev.args=list(pointsize=16, bg = NA) ) ## Loads ggplot2 and provides MyTheme_transparent source('assets/R_utility/transparent_ggplot.R')
This is content on the left side
This is content on the right side
plot(1:10, axes = FALSE, ty = "n", ylab = "", xlab = "x axis") axis(1) RcompileSlides::new_slide() axis(2) mtext("y axis", side = 2, line = par()$mgp[1]) RcompileSlides::new_slide() points(1:10, 1:10, pch = 19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.