1 2 3 4 5 6 | r.plot.matrix(mat, zlim = c(min(mat), max(mat)), palette = NULL,
centerZero = TRUE, colorPos = rgb(70/255, 130/255, 180/255),
colorNeg = rgb(165/255, 42/255, 42/255), main = NULL, xlab = NULL,
ylab = NULL, sub = NULL, margin = 0.5, marginX = margin,
marginY = margin, ticksX = NULL, ticksY = NULL, numTicks = 12,
numTicksX = numTicks, numTicksY = numTicks, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.