Displaying 5 results from an estimated 5 matches for "68094".
Did you mean:
680194
2020 Feb 19
2
dimnames incoherence?
...---------
1741 4166 ihaka if (isNull(x)) {
1742 45446 ripley if (isNull(y)) {
1743 76166 luke UNPROTECT(2); /* args, y */
1744 4166 ihaka return x;
1745 45446 ripley }
1746 35680 murdoch if (length(y) == 1)
1747 68094 luke x = allocVector(TYPEOF(y), 0);
1748 24954 ripley else
1749 68094 luke x = allocVector(VECSXP, 0);
1750 1820 ihaka }
---- ------ --------- ----------------------------------------------
"
## so clearly, in case the value is of l...
2020 Feb 21
0
dimnames incoherence?
...ka if (isNull(x)) {
> 1742 45446 ripley if (isNull(y)) {
> 1743 76166 luke UNPROTECT(2); /* args, y */
> 1744 4166 ihaka return x;
> 1745 45446 ripley }
> 1746 35680 murdoch if (length(y) == 1)
> 1747 68094 luke x = allocVector(TYPEOF(y), 0);
> 1748 24954 ripley else
> 1749 68094 luke x = allocVector(VECSXP, 0);
> 1750 1820 ihaka }
> ---- ------ --------- ----------------------------------------------
> "
> ## so clea...
2020 Feb 19
3
dimnames incoherence?
Hi,
I was bitten by a little incoherence in dimnames assignment or may be I
missed some point.
Here is the case. If I assign row names via dimnames(a)[[1]], when
nrow(a)=1 then an error is thrown. But if I do the same when nrow(a) > 1
it's OK. Is one of this case works unexpectedly? Both? Neither?
a=as.matrix(1)
dimnames(a)[[1]]="a" # error: 'dimnames' must be a list
2020 Feb 22
2
dimnames incoherence?
...ripley if (isNull(y)) {
>> 1743 76166 luke UNPROTECT(2); /* args, y */
>> 1744 4166 ihaka return x;
>> 1745 45446 ripley }
>> 1746 35680 murdoch if (length(y) == 1)
>> 1747 68094 luke x = allocVector(TYPEOF(y), 0);
>> 1748 24954 ripley else
>> 1749 68094 luke x = allocVector(VECSXP, 0);
>> 1750 1820 ihaka }
>> ---- ------ --------- ------------------------------------------...
2009 Jan 11
7
ISCI Network Hang - Lun becomes unavailable
...,tstamp 628354702 67148>
10.0.1.200 -> 10.0.1.4 TCP D=51699 S=3260 Ack=1610109563 Seq=133176952 Len=0 Win=65160 Options=<nop,nop,tstamp 68050 628354643>
10.0.1.200 -> 10.0.1.4 TCP D=51699 S=3260 Push Ack=1610109563 Seq=133176904 Len=48 Win=65160 Options=<nop,nop,tstamp 68094 628354643>
10.0.1.4 -> 10.0.1.200 ICMP Echo request (ID: 40450 Sequence number: 368)
10.0.1.200 -> 10.0.1.4 ICMP Echo reply (ID: 40450 Sequence number: 368)
10.0.1.4 -> 10.0.1.200 ICMP Echo request (ID: 40450 Sequence number: 369)
10.0.1.200 -> 10.0.1.4 ICMP E...