Displaying 1 result from an estimated 1 matches for "colord2d".
Did you mean:
color2d
2011 Feb 10
1
color2D.maplot fixed color range
...advance as sr is a Gaussian field.
thus the range of the minimum and maximum values of all the matrixes (sr+estimatedsr) are something like that c(0.8*min(sr),1.2*max(sr)). (The estimated sr might estimate values smaller and higher than the original sr).
I am trying since yesterday to do that with colord2D.matplot but so far I failed.
There is a function
colcolor<-color.scale(sr,xrange=range(sr)) but this just returns colors and not ranges where a color should be applied.
so when I plot my images with:
color2D.matplot(estimatedsr,xlab="x",ylab="y",main=sprintf('Estimated...