[R] plotrix 2.8-4
rtist
patwarner2424 at yahoo.com
Tue Mar 23 03:16:02 CET 2010
Hi,
And thanks for the great package. I was using it to output a color table
map for a financial returns matrix.
I like that the fact that I can output a table of values with corresponding
colors, which I was asking about on an earlier thread.
Any way to get each box to have a dark black line border?
ex:
library(plotrix)
x<-matrix(rnorm(30),6,5)
cellcol[x>0]<-c("green")
cellcol[x<0]<-c("red")
color2D.matplot(x=round(x,2),cellcolors=cellcol,show.values=TRUE,main="Association
plot")
thanks!
Rtist
--
View this message in context: http://n4.nabble.com/plotrix-2-8-4-tp1678574p1678576.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list