>>> Jim Lemon<[EMAIL PROTECTED]> 26/11/2006 12:05 >>>
>Hi Ricardo,
>
>This might be what you want (say your data frame is called my.df):
>
>library(plotrix)
>color2D.matplot(my.df,c(1,0),c(0,0),c(0,1))
>text(rep(0.5:13.5,5),rep(seq(4.5,0.5,by=-1),14),
>unlist(my.df),col="white")
>and in fact it looks so neat that I might add it as an option.
>
>Jim

Thanks, Jim! Once the original problem was solved by using image(), your 
plotrix() package is of major interest to keep improving this kind of graphics!
 
Thanks for your contribution,
 
Ricardo

--
Ricardo Rodríguez
Your XEN ICT Team

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to