Thank you very much Jim!!!
Your function achieves to color the grid tha way I want, but it can handle
only one variable, if I have understood correctly the details of this
function.The plot must display in the axes percentages and in the grids
pvalues. I have incorporated 3 different variables in
On 10/04/2012 10:25 PM, Loukia Spineli wrote:
Dear R users,
I have a 51 by 51 matrix of p-values (named as pvalue_MA). I want to
present graphically this matrix in a plot (filled contour plot) where both
axes represent probabilities. I have also added a grid in this plot. I want
to highlight in
The contpour plot is very impressive!!! The contour plot I want to display
should have only 2 colors: white a grey. I have created this plot for only
one trial (see, ppts) and now I am attempting to do the same for many
trials.
On Thu, Oct 4, 2012 at 3:51 PM, Rui Barradas wrote:
> Hello,
>
> So
Hello,
Something like this?
myRamp <- colorRampPalette(c("lightblue", "darkblue"))
mypal <- myRamp(20)
mypal[1] <- rgb(1, 1, 1)
#?filled.contour
## Persian Rug Art:
x <- y <- seq(-4*pi, 4*pi, len = 27)
r <- sqrt(outer(x^2, y^2, "+"))
filled.contour(cos(r^2)^2, frame.plot = FALSE,
Dear R users,
I have a 51 by 51 matrix of p-values (named as pvalue_MA). I want to
present graphically this matrix in a plot (filled contour plot) where both
axes represent probabilities. I have also added a grid in this plot. I want
to highlight in white the cells of the grid that represent p-val
5 matches
Mail list logo