examples/01grid_image.R

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();
CBIIT-CGBB/NCIRASPathway documentation built on Aug. 18, 2020, 12:40 a.m.