[R] axis in an image () plot
Ricardo Rodríguez - Your XEN ICT Team
webmaster at xen.net
Sun Nov 26 17:03:57 CET 2006
>>> Jim Lemon<jim at bitwrit.com.au> 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
More information about the R-help
mailing list