[R] Levelplot

Francisco J. Zagmutt gerifalte28 at hotmail.com
Fri May 21 17:53:38 CEST 2010


This would do

levelplot(m, xlab="", ylab="")

F

zacher at lmb.uni-muenchen.de wrote:
> Dear mailing list,
> 
> I am trying to find out, how do a levelplot without labels on the x- and y-axis.
> The labels=FALSE does not work...can anyone help me?
> 
> m <- matrix(1:25, ncol=5)
> levelplot(m, labels=F)
> 
> Regards,
> 
> Benedikt
>



More information about the R-help mailing list