## ----setup, echo = FALSE-------------------------------------------------
knitr::opts_chunk$set(fig.width = 8.5, fig.height = 4)
knitr::opts_chunk$set(tidy = FALSE, cache = FALSE, autodep = TRUE)
## ----loadLib, message=FALSE, warning=FALSE-------------------------------
library(OPWeight) # library for the proposed method
library(OPWpaper)
library(ggplot2)
library(reshape2) # library for the melt function
library(cowplot) # plot_grid function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.