Entering edit mode
Nicholas Lewin-Koh
▴
430
@nicholas-lewin-koh-63
Last seen 10.2 years ago
Hi,
Thanks, that has already been fixed in the yet to be commited
development
version. That
and several other bugs. Feedback is great, if anyone encounters
anything
else please let me know.
Nicholas
> ------------------------------
>
> Message: 5
> Date: Fri, 29 Aug 2003 09:55:56 -0700 (PDT)
> From: Thomas Lumley <tlumley@u.washington.edu>
> Subject: [BioC] bug in hexbin and fix.
> To: bioconductor@stat.math.ethz.ch
> Message-ID:
>
<pine.a41.4.44.0308290952500.72960-100000@homer22.u.washington.edu>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>
> In plot.hexbin, if the legend is not shown the previous plot is not
> cleared.
>
> A fix seems to be to add
>
> if (legend)
>
> before
>
> par(new = TRUE, mai=mai, fig = fig)
>
> about five lines from the bottom of the function.
>
>
> -thomas
>
> Thomas Lumley Assoc. Professor, Biostatistics
> tlumley@u.washington.edu University of Washington, Seattle
>
>
> ------------------------------