## ----fig.width=3, fig.height=8,echo=FALSE--------------------------------
library(png)
library(grid)
img <- readPNG("/Users/amritakar/Desktop/sankey_package/out.png")
grid.raster(img)
## ----fig.width=4, fig.height=4,echo=FALSE--------------------------------
library(png)
library(grid)
img <- readPNG("/Users/amritakar/Desktop/sankey_package/data.png")
grid.raster(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.