The radix sort should be consistent with the others, i.e., it should
behave like sort.list(), not order(). I will correct this.
On Thu, Aug 25, 2016 at 4:39 PM, Henrik Bengtsson
wrote:
> Does sort.int(c(2,NA,4), index.return=TRUE, na.last=NA,
> method="radix")$ix give the intended result, because
Does sort.int(c(2,NA,4), index.return=TRUE, na.last=NA,
method="radix")$ix give the intended result, because I get:
> sort.int(c(2,NA,4), index.return=TRUE, na.last=NA, method="radix")
$x
[1] 2 4
$ix
[1] 1 3
With method="shell" and method="quick" in R devel, I get:
> sort.int(c(2,NA,4), index.r
> John Mount
> on Wed, 24 Aug 2016 07:25:50 -0700 writes:
>> On Aug 24, 2016, at 2:36 AM, Martin Maechler
>> wrote:
>>
>>>
>>
>> [Talking to myself .. ;-)] Yes, but that's the tough part
>> to change.
>>
>> This thread's topic is really onl
I've had a chance to read the source more thoroughly. The chain of
events is as follows:
1. Local function `plotts()` is defined with argument `cex` that
defaults to `par("cex")`
2. `...` is passed to `plotts()`. If "cex" is an element in `...`,
inside `plotts()` the variable `cex` is assigned
> David Winsemius
> on Thu, 25 Aug 2016 00:00:04 -0700 writes:
>> On Aug 24, 2016, at 5:59 PM, Gregory Werbin
wrote:
>>
>> I did a search on Bugzilla for "plot.ts" and didn't find anything on
this issue. I tried to sign up for Bugzilla to report it, but my e-mail addre
> On Aug 24, 2016, at 5:59 PM, Gregory Werbin
> wrote:
>
> I did a search on Bugzilla for "plot.ts" and didn't find anything on this
> issue. I tried to sign up for Bugzilla to report it, but my e-mail address
> didn't pass your "syntax checking" for a legal e-mail address.
>
> The bug is ea