Description Usage Arguments Value Author(s) Examples
contourmap.colors
calculates suitable colours for displaying contour maps.
1 | contourmap.colors(lp, zlim, col, credible.col)
|
lp |
A contourmap calculated by |
zlim |
The range that should be used (optional). The default is the range of the mean value function used when creating the contourmap. |
col |
The colormap that the colours should be taken from. |
credible.col |
The color that should be used for displaying the credible regions for the contour curves (optional). |
A color map.
David Bolin davidbolin@gmail.com
1 2 3 4 5 6 | n = 10
Q = Matrix(toeplitz(c(1, -0.5, rep(0, n-2))))
map <- contourmap(mu = seq(-5, 5, length=n),Q,n.levels = 2,
compute=list(F=FALSE),max.threads=1)
cols = contourmap.colors(map, col=heat.colors(100, 1),
credible.col = grey(0.5, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.