I have received codes from other lab using the following line:
image(plot_bm.mat, col = mycol, axes = F, useRaster = T, zlim = c(z.lim[1], z.lim[2]))
in which mycol <- colItay(seq(0,1,0.01))[30:100]
.
The resulting image is
I cannot find the function colItay
. Could someone please explain to me what this is?