[R] xlab, ylab in balloonplot(tab)?

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Jul 4 08:43:40 CEST 2006


Jim Porzak wrote:
> Dear ListRs,
> 
> I'm not understanding something.
> 
> I'm trying to add xlab & ylab to a balloon plot of a table object. From
> gplots docs I thought following should work:
> 
> require(gplots)
> # From balloonplot example:
>      # Create an example using table
>      xnames <- sample( letters[1:3], 50, replace=2)
>      ynames <- sample( 1:5, 50, replace=2)
> 
>      tab <- table(xnames, ynames)
> 
>      balloonplot(tab)
> 
> # Try xlab, ylab:
> balloonplot(tab, xlab = "MyX", ylab = "MyY")
> 
> 
> But second plot is no different from first.
> 
> R.version.string: Version 2.3.1 (2006-06-01)
> gplots version: 2.3.0
> on WinXP SP1
> 


Please send feature requests and bug reports of contributed packages to 
the package maintainer (CCing) rather than to R-help.

Uwe Ligges



More information about the R-help mailing list