Displaying 2 results from an estimated 2 matches for "rlegend".
Did you mean:
legend
2013 Nov 23
0
Hmisc package 3.13-0
...t the lowest or highest
value (e.g., clumping at zero).
The most recent updates to Hmisc are
* Changed n location (nloc argument) in bpplotM
* Improved dotchart3 to better compute string widths when there is a
mixture of expressions and regular strings for auxdata/auxtitle
* Changed rlegend to not take logs if log axes are in effect. Fixes
Ecdf(..., log='x', label.curves=list(keys=1:3)). Thanks: Bayazid Sarker
<sarkarbayazid at gmail.com>
* Extended non-panel (regular) version of plsmo to handle matrix y
* Likewise for summaryRc
* Added xlim to bppl...
2008 Oct 17
1
Using key.opts in Ecdf/labcurve (Hmisc package)
I'm presumably missing something very obvious, but how does one use the
key.opts argument in labcurve (via Ecdf)?
In this example, I want the key to be big and have a blue background, but
it isn't and doesn't.
ch <- rnorm(1000, 200, 40)
sex <- factor(sample(c('female','male'), 1000, TRUE))
Ecdf(~ch, group=sex, label.curves=list(keys=c("f",