rm(list=ls());
library(NCIRASPathway);
file.p <- "01_1ras-pathway-v2.png";
outf <- "01_1ras-pathway-v2.pdf";
cols <- rainbow(10, alpha=0.2);
pdf(outf, 12.8, 7.2)
grid_image(image.file=file.p, grid.s=10, col=cols[7], xy.lab=T);
dev.off();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.